Searched refs:cp_start_eav (Results 1 – 2 of 2) sorted by relevance
970 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local1002 cp_write(sd, 0x28, (cp_start_eav >> 8) & 0xf); in configure_custom_video_timings()1003 cp_write(sd, 0x29, (cp_start_eav & 0xff)); in configure_custom_video_timings()
930 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local959 ((cp_start_eav >> 8) & 0x0f)); in configure_custom_video_timings()960 cp_write(sd, 0xa4, cp_start_eav & 0xff); in configure_custom_video_timings()