Searched refs:PHY_TYPE_N (Results 1 – 7 of 7) sorted by relevance
223 #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)
351 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()
30 #define PHY_TYPE_N 4 /* Phy type N */ macro
1057 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()1073 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
661 #define PHY_TYPE_N 4 /* N-Phy value */ macro
155 case PHY_TYPE_N: in read_radio_reg()156 if (!CONF_HAS(PHYTYPE, PHY_TYPE_N)) in read_radio_reg()469 pi->pubpi.phy_type = PHY_TYPE_N; in wlc_phy_attach()475 if (pi->pubpi.phy_type != PHY_TYPE_N && in wlc_phy_attach()
32 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N)