Home
last modified time | relevance | path

Searched refs:txchain (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c63 * turn on/off txchain.
68 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()
81 /* turn back on txchain */ in brcms_c_tempsense_upd()
266 u8 txchain = (u8) int_val; brcms_c_stf_txchain_set() local
[all...]
H A Dmain.h179 * hw_txchain: HW txchain bitmap cfg.
180 * txchain: txchain bitmap being used.
199 u8 txchain; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c63 * turn on/off txchain.
68 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()
81 /* turn back on txchain */ in brcms_c_tempsense_upd()
266 u8 txchain = (u8) int_val; brcms_c_stf_txchain_set() local
[all...]
H A Dmain.h179 * hw_txchain: HW txchain bitmap cfg.
180 * txchain: txchain bitmap being used.
199 u8 txchain; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h234 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
235 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain);
236 void wlc_phy_stf_chain_get(struct brcms_phy_pub *pih, u8 *txchain, u8 *rxchain);
H A Dphy_cmn.c2792 void wlc_phy_stf_chain_init(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_init() argument
2796 pi->sh->hw_phytxchain = txchain; in wlc_phy_stf_chain_init()
2798 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_init()
2803 void wlc_phy_stf_chain_set(struct brcms_phy_pub *pih, u8 txchain, u8 rxchain) in wlc_phy_stf_chain_set() argument
2807 pi->sh->phytxchain = txchain; in wlc_phy_stf_chain_set()
2815 void wlc_phy_stf_chain_get(struct brcms_phy_pub *pih, u8 *txchain, u8 *rxchain) in wlc_phy_stf_chain_get() argument
2819 *txchain = pi->sh->phytxchain; in wlc_phy_stf_chain_get()
H A Dphy_n.c15161 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()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h229 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 Dphy_cmn.c2793 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 Dphy_n.c15161 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()
/kernel/linux/linux-5.10/include/linux/ssb/
H A Dssb.h141 u8 txchain; member
/kernel/linux/linux-6.6/include/linux/ssb/
H A Dssb.h141 u8 txchain; member
/kernel/linux/linux-5.10/drivers/bcma/
H A Dsprom.c423 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in bcma_sprom_extract_r8()
/kernel/linux/linux-6.6/drivers/bcma/
H A Dsprom.c423 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in bcma_sprom_extract_r8()
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c254 ENTRY(0xfffffff0, u8, pre, "txchain", txchain, 0xf, fb); in bcm47xx_sprom_fill_auto()
/kernel/linux/linux-6.6/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c254 ENTRY(0xfffffff0, u8, pre, "txchain", txchain, 0xf, fb); in bcm47xx_sprom_fill_auto()
/kernel/linux/linux-5.10/drivers/ssb/
H A Dpci.c754 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in sprom_extract_r8()
/kernel/linux/linux-6.6/drivers/ssb/
H A Dpci.c754 SPEX(txchain, SSB_SPROM8_TXRXC, SSB_SPROM8_TXRXC_TXCHAIN, in sprom_extract_r8()

Completed in 94 milliseconds