Home
last modified time | relevance | path

Searched refs:cp_start_vbi (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dadv7604.c987 u16 cp_start_vbi = height - bt->vfrontporch; in configure_custom_video_timings() local
1019 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); in configure_custom_video_timings()
1020 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | in configure_custom_video_timings()
H A Dadv7842.c1059 u16 cp_start_vbi = height - bt->vfrontporch + 1; in configure_custom_video_timings() local
1094 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); in configure_custom_video_timings()
1095 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | in configure_custom_video_timings()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7604.c1001 u16 cp_start_vbi = height - bt->vfrontporch; in configure_custom_video_timings() local
1033 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); in configure_custom_video_timings()
1034 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | in configure_custom_video_timings()
H A Dadv7842.c1047 u16 cp_start_vbi = height - bt->vfrontporch + 1; in configure_custom_video_timings() local
1082 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); in configure_custom_video_timings()
1083 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | in configure_custom_video_timings()

Completed in 19 milliseconds