Home
last modified time | relevance | path

Searched refs:ref_freq_hz (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dsi2165.c203 u32 ref_freq_hz = state->config.ref_freq_hz; in si2165_init_pll() local
215 switch (ref_freq_hz) { in si2165_init_pll()
226 if (ref_freq_hz > 16000000u) in si2165_init_pll()
233 if (1624000000u * divr > ref_freq_hz * 2u * 63u) in si2165_init_pll()
237 divn = 1624000000u * divr / (ref_freq_hz * 2u * divp); in si2165_init_pll()
242 state->fvco_hz = ref_freq_hz / divr in si2165_init_pll()
1180 state->config.ref_freq_hz = pdata->ref_freq_hz; in si2165_probe()
1183 if (state->config.ref_freq_hz < 4000000 || in si2165_probe()
1184 state->config.ref_freq_hz > 27000000) { in si2165_probe()
1186 state->config.ref_freq_hz); in si2165_probe()
H A Dsi2165.h38 u32 ref_freq_hz; member
H A Dsi2165_priv.h25 u32 ref_freq_hz; member
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c776 si2165_pdata.ref_freq_hz = 16000000; in dvb_init()
808 si2165_pdata.ref_freq_hz = 24000000; in dvb_init()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1861 si2165_pdata.ref_freq_hz = 16000000; in dvb_register()