Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_lp.c1187 uint32_t rxcomp, txgain, coeff, rfpwr, *tabs; in bwn_phy_lp_bugfix() local
1232 txgain = bwn_tab_read(mac, in bwn_phy_lp_bugfix()
1234 tg.tg_pad = (txgain >> 16) & 0xff; in bwn_phy_lp_bugfix()
1235 tg.tg_gm = txgain & 0xff; in bwn_phy_lp_bugfix()
1236 tg.tg_pga = (txgain >> 8) & 0xff; in bwn_phy_lp_bugfix()
1242 txgain = bwn_tab_read(mac, in bwn_phy_lp_bugfix()
1245 0xf800, (txgain >> 4) & 0x7fff); in bwn_phy_lp_bugfix()
1246 bwn_phy_lp_set_txgain_dac(mac, txgain & 0x7); in bwn_phy_lp_bugfix()
1247 bwn_phy_lp_set_txgain_pa(mac, (txgain >> 24) & 0x7f); in bwn_phy_lp_bugfix()
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c3892 uint32_t txgain; in bwn_nphy_tx_power_fix() local
3958 txgain = *(table + txpi[i]); in bwn_nphy_tx_power_fix()
3961 radio_gain = (txgain >> 16) & 0x1FFFF; in bwn_nphy_tx_power_fix()
3963 radio_gain = (txgain >> 16) & 0x1FFF; in bwn_nphy_tx_power_fix()
3966 dac_gain = (txgain >> 8) & 0x7; in bwn_nphy_tx_power_fix()
3968 dac_gain = (txgain >> 8) & 0x3F; in bwn_nphy_tx_power_fix()
3969 bbmult = txgain & 0xFF; in bwn_nphy_tx_power_fix()
/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c1557 static uint32_t txgain[] = ZYD_GCT_TXGAIN; in zyd_gct_txgain() local
1560 if (idx >= nitems(txgain)) { in zyd_gct_txgain()
1566 return zyd_rfwrite(sc, 0x700000 | txgain[idx]); in zyd_gct_txgain()