Searched refs:cp_start_eav (Results 1 – 2 of 2) sorted by relevance
1000 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local1029 ((cp_start_eav >> 8) & 0x0f)); in configure_custom_video_timings()1030 cp_write(sd, 0xa4, cp_start_eav & 0xff); in configure_custom_video_timings()
1046 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local1078 cp_write(sd, 0x28, (cp_start_eav >> 8) & 0xf); in configure_custom_video_timings()1079 cp_write(sd, 0x29, (cp_start_eav & 0xff)); in configure_custom_video_timings()