Searched refs:iffreq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | dvb-pll.c | 64 u32 iffreq; member 85 .iffreq= 36166667, 108 .iffreq= 36166667, 132 .iffreq = 36166667, 149 .iffreq= 36166667, 165 .iffreq= 36166667, 187 .iffreq= 36125000, 201 .iffreq= 36125000, 226 .iffreq= 36166667, 259 .iffreq= 36166667, [all …]
|
D | cxd2841er.c | 2181 u32 iffreq, ifhz; in cxd2841er_sleep_tc_to_active_t2_band() local 2289 iffreq = cxd2841er_calc_iffreq_xtal(priv->xtal, ifhz); in cxd2841er_sleep_tc_to_active_t2_band() 2290 data[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 2291 data[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 2292 data[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 2319 iffreq = cxd2841er_calc_iffreq_xtal(priv->xtal, ifhz); in cxd2841er_sleep_tc_to_active_t2_band() 2320 data[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 2321 data[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 2322 data[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 2349 iffreq = cxd2841er_calc_iffreq_xtal(priv->xtal, ifhz); in cxd2841er_sleep_tc_to_active_t2_band() [all …]
|
/Linux-v4.19/drivers/media/tuners/ |
D | tuner-types.c | 668 .iffreq = 16 * 44.00, 779 .iffreq = 16 * 44.00 /*MHz*/, 831 .iffreq = 16 * 44.00 /*MHz*/, 955 .iffreq = 16 * 44.00, /*MHz*/ 1025 .iffreq = 16 * 36.125, /*MHz*/ 1047 .iffreq = 16 * 36.125, /*MHz*/ 1075 .iffreq = 16 * 44.00, 1151 .iffreq = 16 * 36.166667 /*MHz*/, 1179 .iffreq = 16 * 44.00, 1257 .iffreq = 16 * 36.125 /*MHz*/, [all …]
|
D | tuner-simple.c | 869 div = ((frequency + t_params->iffreq) * 62500 + offset + in simple_dvb_configure() 883 return (div * tun->stepsize) - t_params->iffreq; in simple_dvb_configure()
|
/Linux-v4.19/include/media/ |
D | tuner-types.h | 168 u16 iffreq; member
|