Searched refs:txpi (Results 1 – 2 of 2) sorted by relevance
2348 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local2358 txpi[0] = txpi[1] = 30; in b43_nphy_tx_power_fix()2360 txpi[0] = 40; in b43_nphy_tx_power_fix()2361 txpi[1] = 40; in b43_nphy_tx_power_fix()2363 txpi[0] = 72; in b43_nphy_tx_power_fix()2364 txpi[1] = 72; in b43_nphy_tx_power_fix()2367 txpi[0] = sprom->txpid2g[0]; in b43_nphy_tx_power_fix()2368 txpi[1] = sprom->txpid2g[1]; in b43_nphy_tx_power_fix()2370 txpi[0] = sprom->txpid5gl[0]; in b43_nphy_tx_power_fix()2371 txpi[1] = sprom->txpid5gl[1]; in b43_nphy_tx_power_fix()[all …]
27936 u8 txpi[2], chan_freq_range; in wlc_phy_txpwr_fixpower_nphy() local27943 txpi[0] = txpi[1] = 72; in wlc_phy_txpwr_fixpower_nphy()27952 txpi[0] = 0; in wlc_phy_txpwr_fixpower_nphy()27953 txpi[1] = 0; in wlc_phy_txpwr_fixpower_nphy()27956 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()27962 txpi[0] = txpi[1] = 30; in wlc_phy_txpwr_fixpower_nphy()27964 txpi[0] = txpi[1] = 40; in wlc_phy_txpwr_fixpower_nphy()27968 if ((txpi[0] < 40) || (txpi[0] > 100) || in wlc_phy_txpwr_fixpower_nphy()27969 (txpi[1] < 40) || (txpi[1] > 100)) in wlc_phy_txpwr_fixpower_nphy()27970 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()[all …]