Home
last modified time | relevance | path

Searched refs:txpi (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c3739 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()
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()
[all …]
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27716 txpi[0] = txpi[1] = 72; in wlc_phy_txpwr_fixpower_nphy()
27725 txpi[0] = 0; in wlc_phy_txpwr_fixpower_nphy()
27726 txpi[1] = 0; in wlc_phy_txpwr_fixpower_nphy()
27729 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()
27735 txpi[0] = txpi[1] = 30; in wlc_phy_txpwr_fixpower_nphy()
27737 txpi[0] = txpi[1] = 40; in wlc_phy_txpwr_fixpower_nphy()
27741 if ((txpi[0] < 40) || (txpi[0] > 100) || in wlc_phy_txpwr_fixpower_nphy()
27742 (txpi[1] < 40) || (txpi[1] > 100)) in wlc_phy_txpwr_fixpower_nphy()
27743 txpi[0] = txpi[1] = 91; in wlc_phy_txpwr_fixpower_nphy()
27772 [txpi[core]]; in wlc_phy_txpwr_fixpower_nphy()
[all …]