Searched refs:tx_bias (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_g.c | 265 pg->pg_loctl.tx_bias = 0xff; in bwn_phy_g_init_pre() 898 | pg->pg_loctl.tx_bias | in bwn_phy_g_init_sub() 901 BWN_RF_SETMASK(mac, 0x52, 0xfff0, pg->pg_loctl.tx_bias); in bwn_phy_g_init_sub() 905 (pg->pg_loctl.tx_bias << 12)); in bwn_phy_g_init_sub() 2072 uint8_t tx_magn, tx_bias; in bwn_lo_measure_txctl_values() local 2078 tx_bias = tx_bias_values[j]; in bwn_lo_measure_txctl_values() 2079 BWN_RF_SETMASK(mac, 0x52, 0xfff0, tx_bias); in bwn_lo_measure_txctl_values() 2083 lo->tx_bias = tx_bias; in bwn_lo_measure_txctl_values() 2087 if (lo->tx_bias == 0) in bwn_lo_measure_txctl_values() 2092 & 0xff00) | lo->tx_bias | lo-> in bwn_lo_measure_txctl_values() [all …]
|
H A D | if_bwnvar.h | 324 uint8_t tx_bias; member
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 2600 uint16_t temp, vcc, tx_bias, tx_power, rx_power; in modinfo() local 2709 tx_bias = i2cd.data[0] << 8; in modinfo() 2710 printf("TX Bias %fuA\n", tx_bias / SFF_8472_BIAS_FACTOR); in modinfo()
|