Searched refs:ISNPHY (Results 1 – 2 of 2) sorted by relevance
27 (ISNPHY(pi) ? VALID_N_RADIO(radioid) : false) || \307 if (ISNPHY(pi)) { in wlc_set_phy_uninitted() 459 if (!ISNPHY(pi)) in wlc_phy_attach() 461 } else if (!ISNPHY(pi) && !ISLCNPHY(pi)) { in wlc_phy_attach() 494 if (ISNPHY(pi)) in wlc_phy_attach() 512 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_attach() 525 if (ISNPHY(pi)) { in wlc_phy_attach() 608 if (ISNPHY(pi)) { in wlc_phy_anacore() 647 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits() 746 if (!(ISNPHY(p in wlc_phy_init() [all...]
32 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N) macro