Home
last modified time | relevance | path

Searched refs:tx_magn (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43/
Dlo.h58 u8 tx_magn; member
Dlo.c240 u8 tx_magn, tx_bias; in lo_measure_txctl_values() local
243 tx_magn = tx_magn_values[i]; in lo_measure_txctl_values()
244 b43_radio_maskset(dev, 0x52, 0xFF0F, tx_magn); in lo_measure_txctl_values()
253 lo->tx_magn = tx_magn; in lo_measure_txctl_values()
262 tx_magn); in lo_measure_txctl_values()
265 lo->tx_magn = 0; in lo_measure_txctl_values()
Dphy_g.c223 u16 tx_bias, tx_magn; in b43_set_txpower_g() local
228 tx_magn = lo->tx_magn; in b43_set_txpower_g()
243 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g()
256 b43_radio_write16(dev, 0x52, tx_magn | tx_bias); in b43_set_txpower_g()
2047 lo_control->tx_magn); in b43_phy_initg()
Ddebugfs.c458 lo->tx_bias, lo->tx_magn, in loctls_read_file()