blob: e4d0687d9b23ddaf9633e87b6801e32f753840db [file] [log] [blame]
#ifndef __INC_AML_CVBS_H__
#define __INC_AML_CVBS_H__
void cvbs_init(void);
void cvbs_show_valid_vmode(void);
int cvbs_outputmode_check(char *vmode_name, unsigned int frac);
int cvbs_set_vmode(char* vmode_name);
int cvbs_set_bist(char* bist_mode);
int cvbs_set_vdac(int status);
int cvbs_reg_debug(int argc, char* const argv[]);
#endif