Home
last modified time | relevance | path

Searched refs:bw20 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Ddebugfs.c116 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()
Deeprom.c285 rate->bw20 = s6_to_int(value); in mt7601u_set_power_rate()
287 rate->bw40 = rate->bw20 + delta; in mt7601u_set_power_rate()
300 dev->ee->real_cck_bw20[0] = t->cck[0].bw20; in mt7601u_save_power_rate()
301 dev->ee->real_cck_bw20[1] = t->cck[1].bw20; in mt7601u_save_power_rate()
Dphy.c336 t->cck[0].bw20 = dev->ee->real_cck_bw20[0]; in mt7601u_apply_ch14_fixup()
337 t->cck[1].bw20 = dev->ee->real_cck_bw20[1]; in mt7601u_apply_ch14_fixup()
343 t->cck[0].bw20 = dev->ee->real_cck_bw20[0] - 2; in mt7601u_apply_ch14_fixup()
344 t->cck[1].bw20 = dev->ee->real_cck_bw20[1] - 2; in mt7601u_apply_ch14_fixup()
435 mt7601u_wr(dev, MT_TX_PWR_CFG_0, int_to_s6(t->ofdm[1].bw20) << 24 | in __mt7601u_phy_set_channel()
436 int_to_s6(t->ofdm[0].bw20) << 16 | in __mt7601u_phy_set_channel()
437 int_to_s6(t->cck[1].bw20) << 8 | in __mt7601u_phy_set_channel()
438 int_to_s6(t->cck[0].bw20)); in __mt7601u_phy_set_channel()
843 p.trgt_power += rate_table[tx_rate / 2].bw20; in mt7601u_tssi_params_get()
Deeprom.h85 s8 bw20; /* sign-extended int */ member