Home
last modified time | relevance | path

Searched refs:phytype (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dtypes.h230 #define PHYTYPE_11N_CAP(phytype) \ argument
231 (PHYTYPE_IS(phytype, PHY_TYPE_N) || \
232 PHYTYPE_IS(phytype, PHY_TYPE_LCN) || \
233 PHYTYPE_IS(phytype, PHY_TYPE_SSN))
236 #define BRCMS_ISNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_N)
237 #define BRCMS_ISLCNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_LCN)
238 #define BRCMS_ISSSLPNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_SSN)
240 #define BRCMS_PHY_11N_CAP(band) PHYTYPE_11N_CAP((band)->phytype)
H A Dmain.c1712 brcms_b_write_shm(wlc_hw, M_PHYTYPE, (u16) wlc_hw->band->phytype); in brcms_b_bsinit()
3392 brcms_c_rateset_default(rs, NULL, wlc->band->phytype, in brcms_default_rateset()
4579 wlc_phy_get_phyversion(wlc_hw->band->pi, &wlc_hw->band->phytype, in brcms_b_attach()
4604 wlc_hw->band->phytype, wlc_hw->band->phyrev); in brcms_b_attach()
4620 wlc->band->phytype = wlc_hw->band->phytype; in brcms_b_attach()
4625 wlc->band->phytype, wlc->band->phyrev, in brcms_b_attach()
4743 brcms_c_rateset_default(&bi->rateset, NULL, band->phytype, in brcms_c_bss_default_init()
5502 return wlc->band->phytype; in brcms_c_get_phy_type()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h385 #define B43legacy_PHYMODE(phytype) (1 << (phytype)) argument
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h93 u32 phytype; member
H A Dcommon.c323 ri->phytype = le32_to_cpu(revinfo.phytype); in brcmf_c_preinit_dcmds()
H A Dfwil_types.h804 __le32 phytype; member
H A Dcore.c1160 seq_printf(s, "phytype: %u\n", ri->phytype); in brcmf_revinfo_read()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h172 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
H A Dphy_cmn.c580 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, in wlc_phy_get_phyversion() argument
584 *phytype = (u16) pi->pubpi.phy_type; in wlc_phy_get_phyversion()