Searched refs:bw20 (Results 1 – 4 of 4) sorted by relevance
116 rp->cck[i].raw, rp->cck[i].bw20, rp->cck[i].bw40); in mt7601u_eeprom_param_read()119 rp->ofdm[i].raw, rp->ofdm[i].bw20, rp->ofdm[i].bw40); in mt7601u_eeprom_param_read()122 rp->ht[i].raw, rp->ht[i].bw20, rp->ht[i].bw40); in mt7601u_eeprom_param_read()
265 rate->bw20 = s6_to_int(value); in mt7601u_set_power_rate()267 rate->bw40 = rate->bw20 + delta; in mt7601u_set_power_rate()280 dev->ee->real_cck_bw20[0] = t->cck[0].bw20; in mt7601u_save_power_rate()281 dev->ee->real_cck_bw20[1] = t->cck[1].bw20; in mt7601u_save_power_rate()
338 t->cck[0].bw20 = dev->ee->real_cck_bw20[0]; in mt7601u_apply_ch14_fixup()339 t->cck[1].bw20 = dev->ee->real_cck_bw20[1]; in mt7601u_apply_ch14_fixup()345 t->cck[0].bw20 = dev->ee->real_cck_bw20[0] - 2; in mt7601u_apply_ch14_fixup()346 t->cck[1].bw20 = dev->ee->real_cck_bw20[1] - 2; in mt7601u_apply_ch14_fixup()437 mt7601u_wr(dev, MT_TX_PWR_CFG_0, int_to_s6(t->ofdm[1].bw20) << 24 | in __mt7601u_phy_set_channel()438 int_to_s6(t->ofdm[0].bw20) << 16 | in __mt7601u_phy_set_channel()439 int_to_s6(t->cck[1].bw20) << 8 | in __mt7601u_phy_set_channel()440 int_to_s6(t->cck[0].bw20)); in __mt7601u_phy_set_channel()846 p.trgt_power += rate_table[tx_rate / 2].bw20; in mt7601u_tssi_params_get()
85 s8 bw20; /* sign-extended int */ member