Searched refs:ISLCNPHY (Results 1 – 2 of 2) sorted by relevance
28 (ISLCNPHY(pi) ? VALID_LCN_RADIO(radioid) : false))483 } else if (!ISNPHY(pi) && !ISLCNPHY(pi)) { in wlc_phy_attach()534 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_attach()558 } else if (ISLCNPHY(pi)) { in wlc_phy_attach()651 } else if (ISLCNPHY(pi)) { in wlc_phy_anacore()670 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits()1011 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()1030 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()1113 } else if (ISLCNPHY(pi)) { in wlc_phy_switch_radio()1210 else if (ISLCNPHY(pi)) in wlc_phy_chanspec_bandrange_get()[all …]
33 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN) macro