Searched refs:iffreq (Results 1 – 1 of 1) sorted by relevance
2170 u32 iffreq, ifhz; in cxd2841er_sleep_tc_to_active_t2_band() local2278 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 …]