Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dadv7842.c1049 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
1099 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
1100 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()
Dadv7604.c1003 u16 ch1_fr_ll = (((u32)bt->pixelclock / 100) > 0) ? in configure_custom_video_timings() local
1047 cp_write(sd, 0x8f, (ch1_fr_ll >> 8) & 0x7); in configure_custom_video_timings()
1048 cp_write(sd, 0x90, ch1_fr_ll & 0xff); in configure_custom_video_timings()