Lines Matching refs:txpi
3754 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3765 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()
3780 txpi[0] = sprom->txpid5g[0]; in b43_nphy_tx_power_fix()
3781 txpi[1] = sprom->txpid5g[1]; in b43_nphy_tx_power_fix()
3783 txpi[0] = sprom->txpid5gh[0]; in b43_nphy_tx_power_fix()
3784 txpi[1] = sprom->txpid5gh[1]; in b43_nphy_tx_power_fix()
3786 txpi[0] = 91; in b43_nphy_tx_power_fix()
3787 txpi[1] = 91; in b43_nphy_tx_power_fix()
3791 (txpi[0] < 40 || txpi[0] > 100 || txpi[1] < 40 || txpi[1] > 100)) in b43_nphy_tx_power_fix()
3792 txpi[0] = txpi[1] = 91; in b43_nphy_tx_power_fix()
3806 txgain = *(table + txpi[i]); in b43_nphy_tx_power_fix()
3847 576 + txpi[i])); in b43_nphy_tx_power_fix()