Home
last modified time | relevance | path

Searched refs:txpwrindex (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h860 s8 txpwrindex[PHY_CORE_MAX]; member
1097 s8 txpwrindex, bool res);
H A Dphy_n.c209 s8 txpwrindex; member
18281 s32 txpwrindex; in wlc_phy_cal_txgainctrl_nphy() local
18339 txpwrindex = (s32) pi->nphy_cal_orig_pwr_idx[core]; in wlc_phy_cal_txgainctrl_nphy()
18364 txpwrindex -= stepsize * delta_power; in wlc_phy_cal_txgainctrl_nphy()
18365 if (txpwrindex < 0) in wlc_phy_cal_txgainctrl_nphy()
18366 txpwrindex = 0; in wlc_phy_cal_txgainctrl_nphy()
18367 else if (txpwrindex > 127) in wlc_phy_cal_txgainctrl_nphy()
18368 txpwrindex = 127; in wlc_phy_cal_txgainctrl_nphy()
18373 if (txpwrindex < 30) in wlc_phy_cal_txgainctrl_nphy()
18374 txpwrindex in wlc_phy_cal_txgainctrl_nphy()
26883 s8 txpwrindex; wlc_phy_rxcal_gainctrl_nphy_rev5() local
28303 wlc_phy_txpwr_index_nphy(struct brcms_phy *pi, u8 core_mask, s8 txpwrindex, bool restore_cals) wlc_phy_txpwr_index_nphy() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h860 s8 txpwrindex[PHY_CORE_MAX]; member
1097 s8 txpwrindex, bool res);
H A Dphy_n.c209 s8 txpwrindex; member
18281 s32 txpwrindex; in wlc_phy_cal_txgainctrl_nphy() local
18339 txpwrindex = (s32) pi->nphy_cal_orig_pwr_idx[core]; in wlc_phy_cal_txgainctrl_nphy()
18364 txpwrindex -= stepsize * delta_power; in wlc_phy_cal_txgainctrl_nphy()
18365 if (txpwrindex < 0) in wlc_phy_cal_txgainctrl_nphy()
18366 txpwrindex = 0; in wlc_phy_cal_txgainctrl_nphy()
18367 else if (txpwrindex > 127) in wlc_phy_cal_txgainctrl_nphy()
18368 txpwrindex = 127; in wlc_phy_cal_txgainctrl_nphy()
18373 if (txpwrindex < 30) in wlc_phy_cal_txgainctrl_nphy()
18374 txpwrindex in wlc_phy_cal_txgainctrl_nphy()
26883 s8 txpwrindex; wlc_phy_rxcal_gainctrl_nphy_rev5() local
28303 wlc_phy_txpwr_index_nphy(struct brcms_phy *pi, u8 core_mask, s8 txpwrindex, bool restore_cals) wlc_phy_txpwr_index_nphy() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_n.h969 struct b43_phy_n_txpwrindex txpwrindex[2]; member
H A Dphy_n.c3785 nphy->txpwrindex[i].index_internal = txpi[i]; in b43_nphy_tx_power_fix()
3786 nphy->txpwrindex[i].index_internal_save = txpi[i]; in b43_nphy_tx_power_fix()
6209 nphy->txpwrindex[0].index_internal; in b43_phy_initn()
6211 nphy->txpwrindex[1].index_internal; in b43_phy_initn()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dphy_n.h969 struct b43_phy_n_txpwrindex txpwrindex[2]; member
H A Dphy_n.c3781 nphy->txpwrindex[i].index_internal = txpi[i]; in b43_nphy_tx_power_fix()
3782 nphy->txpwrindex[i].index_internal_save = txpi[i]; in b43_nphy_tx_power_fix()
6158 nphy->txpwrindex[0].index_internal; in b43_phy_initn()
6160 nphy->txpwrindex[1].index_internal; in b43_phy_initn()

Completed in 75 milliseconds