Lines Matching refs:txpi
3742 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3753 txpi[0] = txpi[1] = 30; in b43_nphy_tx_power_fix()
3755 txpi[0] = 40; in b43_nphy_tx_power_fix()
3756 txpi[1] = 40; in b43_nphy_tx_power_fix()
3758 txpi[0] = 72; in b43_nphy_tx_power_fix()
3759 txpi[1] = 72; in b43_nphy_tx_power_fix()
3762 txpi[0] = sprom->txpid2g[0]; in b43_nphy_tx_power_fix()
3763 txpi[1] = sprom->txpid2g[1]; in b43_nphy_tx_power_fix()
3765 txpi[0] = sprom->txpid5gl[0]; in b43_nphy_tx_power_fix()
3766 txpi[1] = sprom->txpid5gl[1]; in b43_nphy_tx_power_fix()
3768 txpi[0] = sprom->txpid5g[0]; in b43_nphy_tx_power_fix()
3769 txpi[1] = sprom->txpid5g[1]; in b43_nphy_tx_power_fix()
3771 txpi[0] = sprom->txpid5gh[0]; in b43_nphy_tx_power_fix()
3772 txpi[1] = sprom->txpid5gh[1]; in b43_nphy_tx_power_fix()
3774 txpi[0] = 91; in b43_nphy_tx_power_fix()
3775 txpi[1] = 91; in b43_nphy_tx_power_fix()
3779 (txpi[0] < 40 || txpi[0] > 100 || txpi[1] < 40 || txpi[1] > 100)) in b43_nphy_tx_power_fix()
3780 txpi[0] = txpi[1] = 91; in b43_nphy_tx_power_fix()
3794 txgain = *(table + txpi[i]); in b43_nphy_tx_power_fix()
3835 576 + txpi[i])); in b43_nphy_tx_power_fix()