Home
last modified time | relevance | path

Searched refs:rxcomp (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
1195 rxcomp = bwn_tab_read(mac, in bwn_phy_lp_bugfix()
1202 tg.tg_dac = (rxcomp >> 28) & 0xff; in bwn_phy_lp_bugfix()
1205 rxcomp = bwn_tab_read(mac, in bwn_phy_lp_bugfix()
1214 bwn_phy_lp_set_bbmult(mac, (rxcomp >> 20) & 0xff); in bwn_phy_lp_bugfix()
1217 value[0] = (rxcomp >> 10) & 0x3ff; in bwn_phy_lp_bugfix()
1218 value[1] = rxcomp & 0x3ff; in bwn_phy_lp_bugfix()