Searched refs:ISLCNPHY (Results 1 – 2 of 2) sorted by relevance
28 (ISLCNPHY(pi) ? VALID_LCN_RADIO(radioid) : false))461 } else if (!ISNPHY(pi) && !ISLCNPHY(pi)) { in wlc_phy_attach()512 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_attach()535 } else if (ISLCNPHY(pi)) { in wlc_phy_attach()628 } else if (ISLCNPHY(pi)) { in wlc_phy_anacore()647 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits()976 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()995 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()1064 } else if (ISLCNPHY(pi)) { in wlc_phy_switch_radio()1267 if (ISLCNPHY(pi)) in wlc_phy_env_measure_vbat()[all …]
33 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN) macro