Searched refs:cp_end_vbi (Results 1 – 2 of 2) sorted by relevance
988 u16 cp_end_vbi = bt->vsync + bt->vbackporch; in configure_custom_video_timings() local1021 ((cp_end_vbi >> 8) & 0xf)); in configure_custom_video_timings()1022 cp_write(sd, 0xa7, cp_end_vbi & 0xff); in configure_custom_video_timings()
1060 u16 cp_end_vbi = bt->vsync + bt->vbackporch + 1; in configure_custom_video_timings() local1096 ((cp_end_vbi >> 8) & 0xf)); in configure_custom_video_timings()1097 cp_write(sd, 0xa7, cp_end_vbi & 0xff); in configure_custom_video_timings()