Searched refs:tx_magn (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43/ |
D | lo.h | 58 u8 tx_magn; member
|
D | lo.c | 240 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()
|
D | phy_g.c | 223 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()
|
D | debugfs.c | 458 lo->tx_bias, lo->tx_magn, in loctls_read_file()
|