Searched refs:txpi (Results 1 – 2 of 2) sorted by relevance
3889 uint8_t txpi[2], bbmult, i; in bwn_nphy_tx_power_fix() local3900 txpi[0] = txpi[1] = 30; in bwn_nphy_tx_power_fix()3902 txpi[0] = 40; in bwn_nphy_tx_power_fix()3903 txpi[1] = 40; in bwn_nphy_tx_power_fix()3905 txpi[0] = 72; in bwn_nphy_tx_power_fix()3906 txpi[1] = 72; in bwn_nphy_tx_power_fix()3908 txpi[0] = 0; in bwn_nphy_tx_power_fix()3909 txpi[1] = 0; in bwn_nphy_tx_power_fix()3924 BWN_NPHY_GET_TXPI(BHND_NVAR_TXPID2GA0, &txpi[0]); in bwn_nphy_tx_power_fix()3925 BWN_NPHY_GET_TXPI(BHND_NVAR_TXPID2GA1, &txpi[1]); in bwn_nphy_tx_power_fix()[all …]
27701 u8 txpi[2], chan_freq_range; in wlc_phy_txpwr_fixpower_nphy() local27708 txpi[0] = txpi[1] = 72; in wlc_phy_txpwr_fixpower_nphy()27717 txpi[0] = 0; in wlc_phy_txpwr_fixpower_nphy()27718 txpi[1] = 0; in wlc_phy_txpwr_fixpower_nphy()27721 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()27727 txpi[0] = txpi[1] = 30; in wlc_phy_txpwr_fixpower_nphy()27729 txpi[0] = txpi[1] = 40; in wlc_phy_txpwr_fixpower_nphy()27733 if ((txpi[0] < 40) || (txpi[0] > 100) || in wlc_phy_txpwr_fixpower_nphy()27734 (txpi[1] < 40) || (txpi[1] > 100)) in wlc_phy_txpwr_fixpower_nphy()27735 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()[all …]