Home
last modified time | relevance | path

Searched refs:ISLCNPHY (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c39 (ISLCNPHY(pi) ? VALID_LCN_RADIO(radioid) : false))
493 } else if (!ISNPHY(pi) && !ISLCNPHY(pi)) { in wlc_phy_attach()
544 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_attach()
568 } else if (ISLCNPHY(pi)) { in wlc_phy_attach()
661 } else if (ISLCNPHY(pi)) { in wlc_phy_anacore()
680 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits()
1021 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()
1040 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()
1123 } else if (ISLCNPHY(pi)) { in wlc_phy_switch_radio()
1220 else if (ISLCNPHY(pi)) in wlc_phy_chanspec_bandrange_get()
[all …]
Dphy_int.h44 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN) macro