Searched refs:cp_start_eav (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7604.c | 986 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local 1015 ((cp_start_eav >> 8) & 0x0f)); in configure_custom_video_timings() 1016 cp_write(sd, 0xa4, cp_start_eav & 0xff); in configure_custom_video_timings()
|
H A D | adv7842.c | 1058 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local 1090 cp_write(sd, 0x28, (cp_start_eav >> 8) & 0xf); in configure_custom_video_timings() 1091 cp_write(sd, 0x29, (cp_start_eav & 0xff)); in configure_custom_video_timings()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7604.c | 1000 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local 1029 ((cp_start_eav >> 8) & 0x0f)); in configure_custom_video_timings() 1030 cp_write(sd, 0xa4, cp_start_eav & 0xff); in configure_custom_video_timings()
|
H A D | adv7842.c | 1046 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() local 1078 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()
|
Completed in 34 milliseconds