Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dadv7604.c977 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
1021 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
1022 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()
Dadv7842.c1086 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
1136 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
1137 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()