Searched refs:cp_end_vbi (Results 1 – 2 of 2) sorted by relevance
1048 u16 cp_end_vbi = bt->vsync + bt->vbackporch + 1; in configure_custom_video_timings() local1084 ((cp_end_vbi >> 8) & 0xf)); in configure_custom_video_timings()1085 cp_write(sd, 0xa7, cp_end_vbi & 0xff); in configure_custom_video_timings()
1002 u16 cp_end_vbi = bt->vsync + bt->vbackporch; in configure_custom_video_timings() local1035 ((cp_end_vbi >> 8) & 0xf)); in configure_custom_video_timings()1036 cp_write(sd, 0xa7, cp_end_vbi & 0xff); in configure_custom_video_timings()