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

/linux-4.1.27/drivers/media/i2c/
H A Dadv7842.c971 u16 cp_start_vbi = height - bt->vfrontporch + 1; configure_custom_video_timings() local
1006 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); configure_custom_video_timings()
1007 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | configure_custom_video_timings()
H A Dadv7604.c931 u16 cp_start_vbi = height - bt->vfrontporch; configure_custom_video_timings() local
963 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff); configure_custom_video_timings()
964 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) | configure_custom_video_timings()

Completed in 78 milliseconds