Searched refs:tx_magn (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
D | lo.h | 59 u8 tx_magn; member
|
D | lo.c | 227 u8 tx_magn, tx_bias; in lo_measure_txctl_values() local 230 tx_magn = tx_magn_values[i]; in lo_measure_txctl_values() 231 b43_radio_maskset(dev, 0x52, 0xFF0F, tx_magn); in lo_measure_txctl_values() 240 lo->tx_magn = tx_magn; in lo_measure_txctl_values() 249 tx_magn); in lo_measure_txctl_values() 252 lo->tx_magn = 0; in lo_measure_txctl_values()
|
D | phy_g.c | 211 u16 tx_bias, tx_magn; in b43_set_txpower_g() local 216 tx_magn = lo->tx_magn; in b43_set_txpower_g() 231 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g() 244 b43_radio_write16(dev, 0x52, tx_magn | tx_bias); in b43_set_txpower_g() 2054 lo_control->tx_magn); in b43_phy_initg()
|
D | debugfs.c | 445 lo->tx_bias, lo->tx_magn, in loctls_read_file()
|