Home
last modified time | relevance | path

Searched refs:ISNPHY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c27 (ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \
329 if (ISNPHY(pi)) { in wlc_set_phy_uninitted()
481 if (!ISNPHY(pi)) in wlc_phy_attach()
483 } else if (!ISNPHY(pi) && !ISLCNPHY(pi)) { in wlc_phy_attach()
516 if (ISNPHY(pi)) in wlc_phy_attach()
534 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_attach()
547 if (ISNPHY(pi)) { in wlc_phy_attach()
631 if (ISNPHY(pi)) { in wlc_phy_anacore()
670 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits()
781 if (!(ISNPHY(pi))) in wlc_phy_init()
[all …]
H A Dphy_int.h32 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N) macro
H A Dphy_n.c19217 if ((ISNPHY(pi)) && (NREV_GE(pi->pubpi.phy_rev, 5)) && in wlc_phy_init_nphy()