Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dadv7604.c983 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
1027 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
1028 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()
Dadv7842.c1059 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
1109 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
1110 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()