Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c211 * Centralized txant update function. call it whenever wlc->stf->txant and/or
228 s8 txant; in _brcms_c_stf_phy_txant_upd() local
230 txant = (s8) wlc->stf->txant; in _brcms_c_stf_phy_txant_upd()
232 if (txant == ANT_TX_FORCE_0) { in _brcms_c_stf_phy_txant_upd()
234 } else if (txant == ANT_TX_FORCE_1) { in _brcms_c_stf_phy_txant_upd()
253 if (txant == ANT_TX_FORCE_0) in _brcms_c_stf_phy_txant_upd()
255 else if (txant == ANT_TX_FORCE_1) in _brcms_c_stf_phy_txant_upd()
290 wlc->stf->txant in brcms_c_stf_txchain_set()
[all...]
H A Dmain.h186 * txant: userTx antenna setting.
205 s8 txant; member
H A Dmain.c2310 return (u16) wlc_hw->wlc->stf->txant; in brcms_b_get_txant()
3945 * beacon ratespec AND txant setting as per this table:
3946 * ratespec CCK ant = wlc->stf->txant
4319 wlc->stf->txant = ANT_TX_DEF; in brcms_c_info_init()
4714 wlc->stf->txant = ANT_TX_FORCE_0; in brcms_c_attach_stf_ant_init()
4717 wlc->stf->txant = ANT_TX_FORCE_1; in brcms_c_attach_stf_ant_init()
7951 /* txchain 1: txant 0, txchain 2: txant 1 */ in brcms_c_attach()
7953 wlc->stf->txant = wlc->stf->hw_txchain - 1; in brcms_c_attach()
8006 * wlc->stf->txant/txchai in brcms_c_attach()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c211 * Centralized txant update function. call it whenever wlc->stf->txant and/or
228 s8 txant; in _brcms_c_stf_phy_txant_upd() local
230 txant = (s8) wlc->stf->txant; in _brcms_c_stf_phy_txant_upd()
232 if (txant == ANT_TX_FORCE_0) { in _brcms_c_stf_phy_txant_upd()
234 } else if (txant == ANT_TX_FORCE_1) { in _brcms_c_stf_phy_txant_upd()
253 if (txant == ANT_TX_FORCE_0) in _brcms_c_stf_phy_txant_upd()
255 else if (txant == ANT_TX_FORCE_1) in _brcms_c_stf_phy_txant_upd()
290 wlc->stf->txant in brcms_c_stf_txchain_set()
[all...]
H A Dmain.h186 * txant: userTx antenna setting.
205 s8 txant; member
H A Dmain.c2310 return (u16) wlc_hw->wlc->stf->txant; in brcms_b_get_txant()
3943 * beacon ratespec AND txant setting as per this table:
3944 * ratespec CCK ant = wlc->stf->txant
4317 wlc->stf->txant = ANT_TX_DEF; in brcms_c_info_init()
4712 wlc->stf->txant = ANT_TX_FORCE_0; in brcms_c_attach_stf_ant_init()
4715 wlc->stf->txant = ANT_TX_FORCE_1; in brcms_c_attach_stf_ant_init()
7950 /* txchain 1: txant 0, txchain 2: txant 1 */ in brcms_c_attach()
7952 wlc->stf->txant = wlc->stf->hw_txchain - 1; in brcms_c_attach()
8005 * wlc->stf->txant/txchai in brcms_c_attach()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c2884 u16 txant = 0; in wlc_lcnphy_epa_switch() local
2885 txant = wlapi_bmac_get_txant(pi->sh->physhim); in wlc_lcnphy_epa_switch()
2886 if (txant == 1) { in wlc_lcnphy_epa_switch()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c2885 u16 txant = 0; in wlc_lcnphy_epa_switch() local
2886 txant = wlapi_bmac_get_txant(pi->sh->physhim); in wlc_lcnphy_epa_switch()
2887 if (txant == 1) { in wlc_lcnphy_epa_switch()

Completed in 30 milliseconds