Searched refs:txpi (Results 1 – 2 of 2) sorted by relevance
3743 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local3754 txpi[0] = txpi[1] = 30; in b43_nphy_tx_power_fix()3756 txpi[0] = 40; in b43_nphy_tx_power_fix()3757 txpi[1] = 40; in b43_nphy_tx_power_fix()3759 txpi[0] = 72; in b43_nphy_tx_power_fix()3760 txpi[1] = 72; in b43_nphy_tx_power_fix()3763 txpi[0] = sprom->txpid2g[0]; in b43_nphy_tx_power_fix()3764 txpi[1] = sprom->txpid2g[1]; in b43_nphy_tx_power_fix()3766 txpi[0] = sprom->txpid5gl[0]; in b43_nphy_tx_power_fix()3767 txpi[1] = sprom->txpid5gl[1]; in b43_nphy_tx_power_fix()[all …]
27710 u8 txpi[2], chan_freq_range; in wlc_phy_txpwr_fixpower_nphy() local27717 txpi[0] = txpi[1] = 72; in wlc_phy_txpwr_fixpower_nphy()27726 txpi[0] = 0; in wlc_phy_txpwr_fixpower_nphy()27727 txpi[1] = 0; in wlc_phy_txpwr_fixpower_nphy()27730 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()27736 txpi[0] = txpi[1] = 30; in wlc_phy_txpwr_fixpower_nphy()27738 txpi[0] = txpi[1] = 40; in wlc_phy_txpwr_fixpower_nphy()27742 if ((txpi[0] < 40) || (txpi[0] > 100) || in wlc_phy_txpwr_fixpower_nphy()27743 (txpi[1] < 40) || (txpi[1] > 100)) in wlc_phy_txpwr_fixpower_nphy()27744 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()[all …]