Lines Matching refs:t
291 const struct reg_table *t; in mt7601u_load_bbp_temp_table_bw() local
296 t = &bbp_mode_table[dev->temp_mode][dev->bw]; in mt7601u_load_bbp_temp_table_bw()
298 return mt7601u_write_reg_pairs(dev, MT_MCU_MEMMAP_BBP, t->regs, t->n); in mt7601u_load_bbp_temp_table_bw()
303 const struct reg_table *t; in mt7601u_bbp_temp() local
312 t = bbp_mode_table[dev->temp_mode]; in mt7601u_bbp_temp()
314 t[2].regs, t[2].n); in mt7601u_bbp_temp()
319 t[dev->bw].regs, t[dev->bw].n); in mt7601u_bbp_temp()
324 struct mt7601u_rate_power *t = &dev->ee->power_rate_table; in mt7601u_apply_ch14_fixup() local
330 t->cck[0].bw20 = dev->ee->real_cck_bw20[0]; in mt7601u_apply_ch14_fixup()
331 t->cck[1].bw20 = dev->ee->real_cck_bw20[1]; in mt7601u_apply_ch14_fixup()
337 t->cck[0].bw20 = dev->ee->real_cck_bw20[0] - 2; in mt7601u_apply_ch14_fixup()
338 t->cck[1].bw20 = dev->ee->real_cck_bw20[1] - 2; in mt7601u_apply_ch14_fixup()
374 struct mt7601u_rate_power *t = &dev->ee->power_rate_table; in __mt7601u_phy_set_channel() local
429 mt7601u_wr(dev, MT_TX_PWR_CFG_0, int_to_s6(t->ofdm[1].bw20) << 24 | in __mt7601u_phy_set_channel()
430 int_to_s6(t->ofdm[0].bw20) << 16 | in __mt7601u_phy_set_channel()
431 int_to_s6(t->cck[1].bw20) << 8 | in __mt7601u_phy_set_channel()
432 int_to_s6(t->cck[0].bw20)); in __mt7601u_phy_set_channel()