Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Ddvb-pll.c55 u32 iffreq; member
76 .iffreq= 36166667,
99 .iffreq= 36166667,
123 .iffreq = 36166667,
140 .iffreq= 36166667,
156 .iffreq= 36166667,
178 .iffreq= 36125000,
192 .iffreq= 36125000,
217 .iffreq= 36166667,
250 .iffreq= 36166667,
[all …]
H A Dcxd2841er.c2170 u32 iffreq, ifhz; in cxd2841er_sleep_tc_to_active_t2_band() local
2278 iffreq = cxd2841er_calc_iffreq_xtal(priv->xtal, ifhz); in cxd2841er_sleep_tc_to_active_t2_band()
2279 data[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
2280 data[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
2281 data[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
2308 iffreq = cxd2841er_calc_iffreq_xtal(priv->xtal, ifhz); in cxd2841er_sleep_tc_to_active_t2_band()
2309 data[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
2310 data[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
2311 data[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
2338 iffreq = cxd2841er_calc_iffreq_xtal(priv->xtal, ifhz); in cxd2841er_sleep_tc_to_active_t2_band()
[all …]