Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c38 (ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \
338 if (ISNPHY(pi)) { in wlc_set_phy_uninitted()
490 if (!ISNPHY(pi)) in wlc_phy_attach()
492 } else if (!ISNPHY(pi) && !ISLCNPHY(pi)) { in wlc_phy_attach()
525 if (ISNPHY(pi)) in wlc_phy_attach()
543 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_attach()
556 if (ISNPHY(pi)) { in wlc_phy_attach()
640 if (ISNPHY(pi)) { in wlc_phy_anacore()
679 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits()
790 if (!(ISNPHY(pi))) in wlc_phy_init()
[all …]
Dphy_int.h43 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N) macro
Dphy_n.c19441 if ((ISNPHY(pi)) && (NREV_GE(pi->pubpi.phy_rev, 5)) && in wlc_phy_init_nphy()