Searched refs:txchain (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | stf.c | 68 uint active_chains, txchain; in brcms_c_tempsense_upd() local 73 txchain = active_chains & 0xf; in brcms_c_tempsense_upd() 76 if (txchain && (txchain < wlc->stf->hw_txchain)) in brcms_c_tempsense_upd() 80 if (txchain == wlc->stf->hw_txchain) in brcms_c_tempsense_upd() 171 ((core_mask & ~wlc->stf->txchain) in brcms_c_stf_txcore_set() 173 core_mask = wlc->stf->txchain; in brcms_c_stf_txcore_set() 247 WARN_ON(wlc->stf->txchain <= 0); in _brcms_c_stf_phy_txant_upd() 266 u8 txchain = (u8) int_val; in brcms_c_stf_txchain_set() local 270 if (wlc->stf->txchain == txchain) in brcms_c_stf_txchain_set() 281 txstreams = (u8) hweight8(txchain); in brcms_c_stf_txchain_set() [all …]
|
H A D | main.h | 199 u8 txchain; member
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_hal.h | 229 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain); 230 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain); 231 void wlc_phy_stf_chain_get(struct brcms_phy_pub *pih, u8 *txchain, u8 *rxchain);
|
H A D | phy_cmn.c | 2793 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_init() argument 2797 pi->sh->hw_phytxchain = txchain; in wlc_phy_stf_chain_init() 2799 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_init() 2804 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_set() argument 2808 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_set() 2816 void wlc_phy_stf_chain_get(struct brcms_phy_pub *pih, u8 *txchain, u8 *rxchain) in wlc_phy_stf_chain_get() argument 2820 *txchain = pi->sh->phytxchain; in wlc_phy_stf_chain_get()
|
H A D | phy_n.c | 15161 static void wlc_phy_war_txchain_upd_nphy(struct brcms_phy *pi, u8 txchain) in wlc_phy_war_txchain_upd_nphy() argument 15165 txchain0 = txchain & 0x1; in wlc_phy_war_txchain_upd_nphy() 15166 txchain1 = (txchain & 0x2) >> 1; in wlc_phy_war_txchain_upd_nphy()
|
/openbmc/linux/include/linux/ssb/ |
H A D | ssb.h | 141 u8 txchain; member
|
/openbmc/linux/drivers/bcma/ |
H A D | sprom.c | 423 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in bcma_sprom_extract_r8()
|
/openbmc/linux/drivers/firmware/broadcom/ |
H A D | bcm47xx_sprom.c | 254 ENTRY(0xfffffff0, u8, pre, "txchain", txchain, 0xf, fb); in bcm47xx_sprom_fill_auto()
|
/openbmc/linux/drivers/ssb/ |
H A D | pci.c | 754 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in sprom_extract_r8()
|