Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
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 …]
Dmain.h199 u8 txchain; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_hal.h245 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
246 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
247 void wlc_phy_stf_chain_get(struct brcms_phy_pub *pih, u8 *txchain, u8 *rxchain);
Dphy_cmn.c2805 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_init() argument
2809 pi->sh->hw_phytxchain = txchain; in wlc_phy_stf_chain_init()
2811 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_init()
2816 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_set() argument
2820 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_set()
2828 void wlc_phy_stf_chain_get(struct brcms_phy_pub *pih, u8 *txchain, u8 *rxchain) in wlc_phy_stf_chain_get() argument
2832 *txchain = pi->sh->phytxchain; in wlc_phy_stf_chain_get()
Dphy_n.c15172 static void wlc_phy_war_txchain_upd_nphy(struct brcms_phy *pi, u8 txchain) in wlc_phy_war_txchain_upd_nphy() argument
15176 txchain0 = txchain & 0x1; in wlc_phy_war_txchain_upd_nphy()
15177 txchain1 = (txchain & 0x2) >> 1; in wlc_phy_war_txchain_upd_nphy()
/linux-4.4.14/include/linux/ssb/
Dssb.h140 u8 txchain; member
/linux-4.4.14/drivers/bcma/
Dsprom.c423 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in bcma_sprom_extract_r8()
/linux-4.4.14/arch/mips/bcm47xx/
Dsprom.c263 ENTRY(0xfffffff0, u8, pre, "txchain", txchain, 0xf, fb); in bcm47xx_sprom_fill_auto()
/linux-4.4.14/drivers/ssb/
Dpci.c756 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in sprom_extract_r8()