Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c28 (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()
557 } else if (ISLCNPHY(pi)) { in wlc_phy_attach()
650 } else if (ISLCNPHY(pi)) { in wlc_phy_anacore()
669 if (pi && (ISNPHY(pi) || ISLCNPHY(pi))) { in wlc_phy_clk_bwbits()
1010 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()
1029 if (ISNPHY(pi) || ISLCNPHY(pi)) in wlc_phy_do_dummy_tx()
1112 } else if (ISLCNPHY(pi)) { in wlc_phy_switch_radio()
1209 else if (ISLCNPHY(pi)) in wlc_phy_chanspec_bandrange_get()
[all …]
Dphy_int.h33 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN) macro