Home
last modified time | relevance | path

Searched refs:txchain (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c68 uint active_chains, txchain; in brcms_c_tempsense_upd() local
73 txchain = active_chains & 0xf; in brcms_c_tempsense_upd()
75 if (wlc->stf->txchain == wlc->stf->hw_txchain) { in brcms_c_tempsense_upd()
76 if (txchain && (txchain < wlc->stf->hw_txchain)) in brcms_c_tempsense_upd()
78 brcms_c_stf_txchain_set(wlc, txchain, true); in brcms_c_tempsense_upd()
79 } else if (wlc->stf->txchain < wlc->stf->hw_txchain) { in brcms_c_tempsense_upd()
80 if (txchain == wlc->stf->hw_txchain) in brcms_c_tempsense_upd()
82 brcms_c_stf_txchain_set(wlc, txchain, true); in brcms_c_tempsense_upd()
171 ((core_mask & ~wlc->stf->txchain) in brcms_c_stf_txcore_set()
172 || !(core_mask & wlc->stf->txchain))) in brcms_c_stf_txcore_set()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h214 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
215 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
H A Dphy_cmn.c2434 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_init() argument
2438 pi->sh->hw_phytxchain = txchain; in wlc_phy_stf_chain_init()
2440 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_init()
2445 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_set() argument
2449 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_set()
H A Dphy_n.c15156 static void wlc_phy_war_txchain_upd_nphy(struct brcms_phy *pi, u8 txchain) in wlc_phy_war_txchain_upd_nphy() argument
15160 txchain0 = txchain & 0x1; in wlc_phy_war_txchain_upd_nphy()
15161 txchain1 = (txchain & 0x2) >> 1; in wlc_phy_war_txchain_upd_nphy()
/linux/include/linux/ssb/
H A Dssb.h141 u8 txchain; member
/linux/drivers/bcma/
H A Dsprom.c423 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in bcma_sprom_extract_r8()
/linux/drivers/ssb/
H A Dpci.c754 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in sprom_extract_r8()