Lines Matching refs:tx_bias
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()
2097 lo->tx_bias = 0; in bwn_lo_measure_txctl_values()
3321 uint16_t tx_bias, tx_magn; in bwn_phy_g_set_txpwr_sub() local
3325 tx_bias = lo->tx_bias; in bwn_phy_g_set_txpwr_sub()
3327 if (tx_bias == 0xff) in bwn_phy_g_set_txpwr_sub()
3328 tx_bias = 0; in bwn_phy_g_set_txpwr_sub()
3343 BWN_RF_WRITE(mac, 0x52, tx_magn | tx_bias); in bwn_phy_g_set_txpwr_sub()
3345 BWN_RF_SETMASK(mac, 0x52, 0xfff0, (tx_bias & 0x000f)); in bwn_phy_g_set_txpwr_sub()