Lines Matching refs:txpi
3743 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3754 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()
3769 txpi[0] = sprom->txpid5g[0]; in b43_nphy_tx_power_fix()
3770 txpi[1] = sprom->txpid5g[1]; in b43_nphy_tx_power_fix()
3772 txpi[0] = sprom->txpid5gh[0]; in b43_nphy_tx_power_fix()
3773 txpi[1] = sprom->txpid5gh[1]; in b43_nphy_tx_power_fix()
3775 txpi[0] = 91; in b43_nphy_tx_power_fix()
3776 txpi[1] = 91; in b43_nphy_tx_power_fix()
3780 (txpi[0] < 40 || txpi[0] > 100 || txpi[1] < 40 || txpi[1] > 100)) in b43_nphy_tx_power_fix()
3781 txpi[0] = txpi[1] = 91; in b43_nphy_tx_power_fix()
3795 txgain = *(table + txpi[i]); in b43_nphy_tx_power_fix()
3836 576 + txpi[i])); in b43_nphy_tx_power_fix()