Searched refs:txpi (Results 1 – 2 of 2) sorted by relevance
3754 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local3765 txpi[0] = txpi[1] = 30; in b43_nphy_tx_power_fix()3767 txpi[0] = 40; in b43_nphy_tx_power_fix()3768 txpi[1] = 40; in b43_nphy_tx_power_fix()3770 txpi[0] = 72; in b43_nphy_tx_power_fix()3771 txpi[1] = 72; in b43_nphy_tx_power_fix()3774 txpi[0] = sprom->txpid2g[0]; in b43_nphy_tx_power_fix()3775 txpi[1] = sprom->txpid2g[1]; in b43_nphy_tx_power_fix()3777 txpi[0] = sprom->txpid5gl[0]; in b43_nphy_tx_power_fix()3778 txpi[1] = sprom->txpid5gl[1]; in b43_nphy_tx_power_fix()[all …]
27838 u8 txpi[2], chan_freq_range; in wlc_phy_txpwr_fixpower_nphy() local27845 txpi[0] = txpi[1] = 72; in wlc_phy_txpwr_fixpower_nphy()27854 txpi[0] = 0; in wlc_phy_txpwr_fixpower_nphy()27855 txpi[1] = 0; in wlc_phy_txpwr_fixpower_nphy()27858 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()27864 txpi[0] = txpi[1] = 30; in wlc_phy_txpwr_fixpower_nphy()27866 txpi[0] = txpi[1] = 40; in wlc_phy_txpwr_fixpower_nphy()27870 if ((txpi[0] < 40) || (txpi[0] > 100) || in wlc_phy_txpwr_fixpower_nphy()27871 (txpi[1] < 40) || (txpi[1] > 100)) in wlc_phy_txpwr_fixpower_nphy()27872 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()[all …]