Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dadv7842.c973 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
1023 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
1024 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()
Dadv7604.c933 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
977 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
978 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()