Lines Matching refs:iffreq
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()
1760 u32 iffreq; in cxd2841er_sleep_tc_to_active_t_band() local
1779 iffreq = MAKE_IFFREQ_CONFIG(4.80); in cxd2841er_sleep_tc_to_active_t_band()
1787 iffreq = MAKE_IFFREQ_CONFIG(4.20); in cxd2841er_sleep_tc_to_active_t_band()
1795 iffreq = MAKE_IFFREQ_CONFIG(3.60); in cxd2841er_sleep_tc_to_active_t_band()
1803 iffreq = MAKE_IFFREQ_CONFIG(3.60); in cxd2841er_sleep_tc_to_active_t_band()
1811 b10_b6[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t_band()
1812 b10_b6[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t_band()
1813 b10_b6[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t_band()
1838 u32 iffreq; in cxd2841er_sleep_tc_to_active_c_band() local
1848 iffreq = MAKE_IFFREQ_CONFIG(4.9); in cxd2841er_sleep_tc_to_active_c_band()
1854 iffreq = MAKE_IFFREQ_CONFIG(3.7); in cxd2841er_sleep_tc_to_active_c_band()
1862 b10_b6[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_c_band()
1863 b10_b6[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_c_band()
1864 b10_b6[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_c_band()