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

/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c1189 uint32_t rxcomp, txgain, coeff, rfpwr, *tabs; local
1234 txgain = bwn_tab_read(mac,
1236 tg.tg_pad = (txgain >> 16) & 0xff;
1237 tg.tg_gm = txgain & 0xff;
1238 tg.tg_pga = (txgain >> 8) & 0xff;
1244 txgain = bwn_tab_read(mac,
1247 0xf800, (txgain >> 4) & 0x7fff);
1248 bwn_phy_lp_set_txgain_dac(mac, txgain & 0x7);
1249 bwn_phy_lp_set_txgain_pa(mac, (txgain >> 24) & 0x7f);
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c3894 uint32_t txgain; local
3960 txgain = *(table + txpi[i]);
3963 radio_gain = (txgain >> 16) & 0x1FFFF;
3965 radio_gain = (txgain >> 16) & 0x1FFF;
3968 dac_gain = (txgain >> 8) & 0x7;
3970 dac_gain = (txgain >> 8) & 0x3F;
3971 bbmult = txgain & 0xFF;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_zyd.c1561 static uint32_t txgain[] = ZYD_GCT_TXGAIN; local
1564 if (idx >= nitems(txgain)) {
1570 return zyd_rfwrite(sc, 0x700000 | txgain[idx]);

Completed in 132 milliseconds