trsw_rx_gain 291 drivers/net/wireless/broadcom/b43/lo.c int trsw_rx_gain; trsw_rx_gain 294 drivers/net/wireless/broadcom/b43/lo.c trsw_rx_gain = gphy->trsw_rx_gain / 2; trsw_rx_gain 295 drivers/net/wireless/broadcom/b43/lo.c if (max_rx_gain >= trsw_rx_gain) { trsw_rx_gain 296 drivers/net/wireless/broadcom/b43/lo.c trsw_rx_gain = max_rx_gain - trsw_rx_gain; trsw_rx_gain 299 drivers/net/wireless/broadcom/b43/lo.c trsw_rx_gain = max_rx_gain; trsw_rx_gain 300 drivers/net/wireless/broadcom/b43/lo.c if (trsw_rx_gain < 9) { trsw_rx_gain 304 drivers/net/wireless/broadcom/b43/lo.c trsw_rx_gain -= 8; trsw_rx_gain 306 drivers/net/wireless/broadcom/b43/lo.c trsw_rx_gain = clamp_val(trsw_rx_gain, 0, 0x2D); trsw_rx_gain 307 drivers/net/wireless/broadcom/b43/lo.c gphy->pga_gain = trsw_rx_gain / 3; trsw_rx_gain 315 drivers/net/wireless/broadcom/b43/lo.c gphy->trsw_rx_gain = 0x20; trsw_rx_gain 620 drivers/net/wireless/broadcom/b43/lo.c gphy->trsw_rx_gain); trsw_rx_gain 668 drivers/net/wireless/broadcom/b43/lo.c gphy->trsw_rx_gain); trsw_rx_gain 676 drivers/net/wireless/broadcom/b43/lo.c gphy->trsw_rx_gain); trsw_rx_gain 1846 drivers/net/wireless/broadcom/b43/phy_g.c gphy->trsw_rx_gain = trsw_rx * 2; trsw_rx_gain 160 drivers/net/wireless/broadcom/b43/phy_g.h s16 trsw_rx_gain; /* TRSW RX gain in hdB */ trsw_rx_gain 457 drivers/net/wireless/broadcom/b43legacy/b43legacy.h s16 trsw_rx_gain; /* TRSW RX gain in hdB */ trsw_rx_gain 3099 drivers/net/wireless/broadcom/b43legacy/main.c phy->trsw_rx_gain = 0;