Home
last modified time | relevance | path

Searched refs:phyrxchain (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c520 pi->sh->phyrxchain = 0x3; in wlc_phy_attach()
2799 pi->sh->phyrxchain = rxchain; in wlc_phy_stf_chain_init()
2800 pi->pubpi.phy_corenum = (u8)hweight8(pi->sh->phyrxchain); in wlc_phy_stf_chain_init()
2812 pi->pubpi.phy_corenum = (u8)hweight8(pi->sh->phyrxchain); in wlc_phy_stf_chain_set()
2820 *rxchain = pi->sh->phyrxchain; in wlc_phy_stf_chain_get()
Dphy_int.h498 u8 phyrxchain; member
Dphy_n.c19467 if (pi->sh->phyrxchain != 0x3) in wlc_phy_init_nphy()
19469 pi->sh->phyrxchain); in wlc_phy_init_nphy()
19639 pi->sh->phyrxchain = rxcore_bitmask; in wlc_phy_rxcore_setstate_nphy()
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dphy_n.h938 u8 phyrxchain; member
Dphy_n.c5800 nphy->phyrxchain = mask; in b43_nphy_set_rx_core_state()
6123 if (nphy->phyrxchain != 3) in b43_phy_initn()
6124 b43_nphy_set_rx_core_state(dev, nphy->phyrxchain); in b43_phy_initn()
6446 nphy->phyrxchain = 3; /* to avoid b43_nphy_set_rx_core_state like wl */ in b43_nphy_op_prepare_structs()