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

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

Completed in 115 milliseconds