Searched refs:iffreq (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dvb-pll.c | 63 u32 iffreq; member 84 .iffreq= 36166667, 107 .iffreq= 36166667, 131 .iffreq = 36166667, 148 .iffreq= 36166667, 164 .iffreq= 36166667, 186 .iffreq= 36125000, 200 .iffreq= 36125000, 225 .iffreq= 36166667, 258 .iffreq= 36166667, [all …]
|
D | cxd2841er.c | 190 #define MAKE_IFFREQ_CONFIG(iffreq) ((u32)(((iffreq)/41.0)*16777216.0 + 0.5)) argument 1576 u32 iffreq; in cxd2841er_sleep_tc_to_active_t2_band() local 1606 iffreq = MAKE_IFFREQ_CONFIG(4.80); in cxd2841er_sleep_tc_to_active_t2_band() 1631 iffreq = MAKE_IFFREQ_CONFIG(4.2); in cxd2841er_sleep_tc_to_active_t2_band() 1656 iffreq = MAKE_IFFREQ_CONFIG(3.6); in cxd2841er_sleep_tc_to_active_t2_band() 1681 iffreq = MAKE_IFFREQ_CONFIG(3.6); in cxd2841er_sleep_tc_to_active_t2_band() 1706 iffreq = MAKE_IFFREQ_CONFIG(3.5); in cxd2841er_sleep_tc_to_active_t2_band() 1725 b10_b6[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 1726 b10_b6[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() 1727 b10_b6[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t2_band() [all …]
|
/linux-4.4.14/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 | 872 div = ((frequency + t_params->iffreq) * 62500 + offset + in simple_dvb_configure() 886 return (div * tun->stepsize) - t_params->iffreq; in simple_dvb_configure()
|
/linux-4.4.14/include/media/ |
D | tuner-types.h | 163 u16 iffreq; member
|