Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c1152 uint32_t rxcomp, txgain, coeff, rfpwr, *tabs; in bwn_phy_lp_bugfix() local
1197 txgain = bwn_tab_read(mac, in bwn_phy_lp_bugfix()
1199 tg.tg_pad = (txgain >> 16) & 0xff; in bwn_phy_lp_bugfix()
1200 tg.tg_gm = txgain & 0xff; in bwn_phy_lp_bugfix()
1201 tg.tg_pga = (txgain >> 8) & 0xff; in bwn_phy_lp_bugfix()
1207 txgain = bwn_tab_read(mac, in bwn_phy_lp_bugfix()
1210 0xf800, (txgain >> 4) & 0x7fff); in bwn_phy_lp_bugfix()
1211 bwn_phy_lp_set_txgain_dac(mac, txgain & 0x7); in bwn_phy_lp_bugfix()
1212 bwn_phy_lp_set_txgain_pa(mac, (txgain >> 24) & 0x7f); in bwn_phy_lp_bugfix()