Searched refs:trsw_rx_gain (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dlo.c291 int trsw_rx_gain; local
294 trsw_rx_gain = gphy->trsw_rx_gain / 2;
295 if (max_rx_gain >= trsw_rx_gain) {
296 trsw_rx_gain = max_rx_gain - trsw_rx_gain;
299 trsw_rx_gain = max_rx_gain;
300 if (trsw_rx_gain < 9) {
304 trsw_rx_gain -= 8;
306 trsw_rx_gain
[all...]
H A Dphy_g.h160 s16 trsw_rx_gain; /* TRSW RX gain in hdB */ member in struct:b43_phy_g
H A Dphy_g.c1846 gphy->trsw_rx_gain = trsw_rx * 2;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h457 s16 trsw_rx_gain; /* TRSW RX gain in hdB */ member in struct:b43legacy_phy
H A Dmain.c3101 phy->trsw_rx_gain = 0;

Completed in 265 milliseconds