Searched refs:cp_start_eav (Results 1 – 2 of 2) sorted by relevance
980 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local1009 ((cp_start_eav >> 8) & 0x0f)); in configure_custom_video_timings()1010 cp_write(sd, 0xa4, cp_start_eav & 0xff); in configure_custom_video_timings()
1056 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local1088 cp_write(sd, 0x28, (cp_start_eav >> 8) & 0xf); in configure_custom_video_timings()1089 cp_write(sd, 0x29, (cp_start_eav & 0xff)); in configure_custom_video_timings()