Home
last modified time | relevance | path

Searched refs:PHY_TYPE_N (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dtypes.h223 #define _PHYCONF_N (1 << PHY_TYPE_N)
231 (PHYTYPE_IS(phytype, PHY_TYPE_N) || \
236 #define BRCMS_ISNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_N)
H A Drate.c351 if ((phy_type == PHY_TYPE_N) || (phy_type == PHY_TYPE_SSN) || in brcms_c_compute_rspec()
449 (PHYTYPE_IS(phy_type, PHY_TYPE_N)) || in brcms_c_rateset_default()
H A Dpub.h30 #define PHY_TYPE_N 4 /* Phy type N */ macro
H A Dmac80211_if.c1055 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
1070 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
H A Dd11.h661 #define PHY_TYPE_N 4 /* N-Phy value */ macro
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c155 case PHY_TYPE_N: in read_radio_reg()
156 if (!CONF_HAS(PHYTYPE, PHY_TYPE_N)) in read_radio_reg()
470 pi->pubpi.phy_type = PHY_TYPE_N; in wlc_phy_attach()
476 if (pi->pubpi.phy_type != PHY_TYPE_N && in wlc_phy_attach()
H A Dphy_int.h32 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N)