Searched refs:b10_b6 (Results 1 – 1 of 1) sorted by relevance
2817 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_c_band() local2854 b10_b6[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_c_band()2855 b10_b6[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_c_band()2856 b10_b6[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_c_band()2857 cxd2841er_write_regs(priv, I2C_SLVT, 0xb6, b10_b6, sizeof(b10_b6)); in cxd2841er_sleep_tc_to_active_c_band()