Home
last modified time | relevance | path

Searched refs:txpi (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c3739 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3750 txpi[0] = txpi[1] = 30; in b43_nphy_tx_power_fix()
3752 txpi[0] = 40; in b43_nphy_tx_power_fix()
3753 txpi[1] = 40; in b43_nphy_tx_power_fix()
3755 txpi[0] = 72; in b43_nphy_tx_power_fix()
3756 txpi[1] = 72; in b43_nphy_tx_power_fix()
3759 txpi[0] = sprom->txpid2g[0]; in b43_nphy_tx_power_fix()
3760 txpi[1] = sprom->txpid2g[1]; in b43_nphy_tx_power_fix()
3762 txpi[0] = sprom->txpid5gl[0]; in b43_nphy_tx_power_fix()
3763 txpi[1] = sprom->txpid5gl[1]; in b43_nphy_tx_power_fix()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27706 u8 txpi[2], chan_freq_range; in wlc_phy_txpwr_fixpower_nphy() local
27713 txpi[0] = txpi[1] = 72; in wlc_phy_txpwr_fixpower_nphy()
27722 txpi[0] = 0; in wlc_phy_txpwr_fixpower_nphy()
27723 txpi[1] = 0; in wlc_phy_txpwr_fixpower_nphy()
27726 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()
27732 txpi[0] = txpi[1] = 30; in wlc_phy_txpwr_fixpower_nphy()
27734 txpi[0] = txpi[1] = 40; in wlc_phy_txpwr_fixpower_nphy()
27738 if ((txpi[0] < 40) || (txpi[0] > 100) || in wlc_phy_txpwr_fixpower_nphy()
27739 (txpi[1] < 40) || (txpi[1] > 100)) in wlc_phy_txpwr_fixpower_nphy()
27740 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()
[all …]