Searched refs:PHY_TYPE_LCN (Results 1 – 7 of 7) sorted by relevance
224 #define _PHYCONF_LCN (1 << PHY_TYPE_LCN)232 PHYTYPE_IS(phytype, PHY_TYPE_LCN) || \237 #define BRCMS_ISLCNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_LCN)
352 (phy_type == PHY_TYPE_LCN) || (phy_type == PHY_TYPE_HT)) { in brcms_c_compute_rspec()450 (PHYTYPE_IS(phy_type, PHY_TYPE_LCN)) || in brcms_c_rateset_default()
33 #define PHY_TYPE_LCN 8 /* Phy type Single Stream N */ macro
1056 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()1059 if (phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()1072 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
663 #define PHY_TYPE_LCN 8 /* LCN-Phy value */ macro
164 case PHY_TYPE_LCN: in read_radio_reg()165 if (!CONF_HAS(PHYTYPE, PHY_TYPE_LCN)) in read_radio_reg()476 pi->pubpi.phy_type != PHY_TYPE_LCN) in wlc_phy_attach()
33 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN)