Home
last modified time | relevance | path

Searched refs:cp_start_vbi (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dadv7604.c975 u16 cp_start_vbi = height - bt->vfrontporch; in configure_custom_video_timings() local
1007 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); in configure_custom_video_timings()
1008 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | in configure_custom_video_timings()
Dadv7842.c1084 u16 cp_start_vbi = height - bt->vfrontporch + 1; in configure_custom_video_timings() local
1119 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); in configure_custom_video_timings()
1120 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | in configure_custom_video_timings()