Searched refs:ISNPHY (Results 1 – 3 of 3) sorted by relevance
38 (ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \340 if (ISNPHY(pi)) { in wlc_set_phy_uninitted()491 if (!ISNPHY(pi)) in wlc_phy_attach()493 } else if (!ISNPHY(pi) && !ISLCNPHY(pi)) { in wlc_phy_attach()526 if (ISNPHY(pi)) in wlc_phy_attach()544 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_attach()557 if (ISNPHY(pi)) { in wlc_phy_attach()641 if (ISNPHY(pi)) { in wlc_phy_anacore()680 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits()791 if (!(ISNPHY(pi))) in wlc_phy_init()[all …]
43 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N) macro
19319 if ((ISNPHY(pi)) && (NREV_GE(pi->pubpi.phy_rev, 5)) && in wlc_phy_init_nphy()