Searched refs:b10_b6 (Results 1 – 1 of 1) sorted by relevance
2821 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_c_band() local2858 b10_b6[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_c_band()2859 b10_b6[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_c_band()2860 b10_b6[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_c_band()2861 cxd2841er_write_regs(priv, I2C_SLVT, 0xb6, b10_b6, sizeof(b10_b6)); in cxd2841er_sleep_tc_to_active_c_band()