Lines Matching refs:txpi
3739 u8 txpi[2], bbmult, i; in b43_nphy_tx_power_fix() local
3750 txpi[0] = txpi[1] = 30; in b43_nphy_tx_power_fix()
3752 txpi[0] = 40; in b43_nphy_tx_power_fix()
3753 txpi[1] = 40; in b43_nphy_tx_power_fix()
3755 txpi[0] = 72; in b43_nphy_tx_power_fix()
3756 txpi[1] = 72; in b43_nphy_tx_power_fix()
3759 txpi[0] = sprom->txpid2g[0]; in b43_nphy_tx_power_fix()
3760 txpi[1] = sprom->txpid2g[1]; in b43_nphy_tx_power_fix()
3762 txpi[0] = sprom->txpid5gl[0]; in b43_nphy_tx_power_fix()
3763 txpi[1] = sprom->txpid5gl[1]; in b43_nphy_tx_power_fix()
3765 txpi[0] = sprom->txpid5g[0]; in b43_nphy_tx_power_fix()
3766 txpi[1] = sprom->txpid5g[1]; in b43_nphy_tx_power_fix()
3768 txpi[0] = sprom->txpid5gh[0]; in b43_nphy_tx_power_fix()
3769 txpi[1] = sprom->txpid5gh[1]; in b43_nphy_tx_power_fix()
3771 txpi[0] = 91; in b43_nphy_tx_power_fix()
3772 txpi[1] = 91; in b43_nphy_tx_power_fix()
3776 (txpi[0] < 40 || txpi[0] > 100 || txpi[1] < 40 || txpi[1] > 100)) in b43_nphy_tx_power_fix()
3777 txpi[0] = txpi[1] = 91; in b43_nphy_tx_power_fix()
3791 txgain = *(table + txpi[i]); in b43_nphy_tx_power_fix()
3832 576 + txpi[i])); in b43_nphy_tx_power_fix()