Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c531 pi->sh->phyrxchain = 0x3; in wlc_phy_attach()
2812 pi->sh->phyrxchain = rxchain; in wlc_phy_stf_chain_init()
2813 pi->pubpi.phy_corenum = (u8)hweight8(pi->sh->phyrxchain); in wlc_phy_stf_chain_init()
2825 pi->pubpi.phy_corenum = (u8)hweight8(pi->sh->phyrxchain); in wlc_phy_stf_chain_set()
2833 *rxchain = pi->sh->phyrxchain; in wlc_phy_stf_chain_get()
Dphy_int.h516 u8 phyrxchain; member
Dphy_n.c19569 if (pi->sh->phyrxchain != 0x3) in wlc_phy_init_nphy()
19571 pi->sh->phyrxchain); in wlc_phy_init_nphy()
19741 pi->sh->phyrxchain = rxcore_bitmask; in wlc_phy_rxcore_setstate_nphy()
/linux-4.4.14/drivers/net/wireless/b43/
Dphy_n.h937 u8 phyrxchain; member
Dphy_n.c5856 nphy->phyrxchain = mask; in b43_nphy_set_rx_core_state()
6183 if (nphy->phyrxchain != 3) in b43_phy_initn()
6184 b43_nphy_set_rx_core_state(dev, nphy->phyrxchain); in b43_phy_initn()
6504 nphy->phyrxchain = 3; /* to avoid b43_nphy_set_rx_core_state like wl */ in b43_nphy_op_prepare_structs()