Lines Matching refs:b10_b6
1579 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_t2_band() local
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()
1728 cxd2841er_write_regs(priv, I2C_SLVT, 0xb6, b10_b6, sizeof(b10_b6)); in cxd2841er_sleep_tc_to_active_t2_band()
1758 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_t_band() local
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()
1818 cxd2841er_write_regs(priv, I2C_SLVT, 0xb6, b10_b6, sizeof(b10_b6)); in cxd2841er_sleep_tc_to_active_t_band()
1837 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_c_band() local
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()
1865 cxd2841er_write_regs(priv, I2C_SLVT, 0xb6, b10_b6, sizeof(b10_b6)); in cxd2841er_sleep_tc_to_active_c_band()