Searched refs:b10_b6 (Results 1 – 1 of 1) sorted by relevance
1579 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_t2_band() local1725 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() local1811 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()[all …]