/openbmc/u-boot/drivers/net/ |
H A D | mcfmii.c | 138 uint phyno, phytype; in mii_discover_phy() local 157 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID1)); in mii_discover_phy() 159 printf("PHY type 0x%x pass %d type\n", phytype, pass); in mii_discover_phy() 161 if (phytype == 0xffff) in mii_discover_phy() 164 phytype <<= 16; in mii_discover_phy() 165 phytype |= in mii_discover_phy() 174 if (phyinfo[i].phyid == phytype) { in mii_discover_phy() 189 printf("0x%08x\n", phytype); in mii_discover_phy()
|
H A D | mpc8xx_fec.c | 754 uint phytype; in mii_discover_phy() local 768 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID2)); in mii_discover_phy() 769 if (phytype != 0xffff) { in mii_discover_phy() 771 phytype |= mii_send(mk_mii_read(phyno, in mii_discover_phy()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | types.h | 230 #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 D | main.h | 253 u16 phytype; /* phytype */ member 304 u16 phytype; /* phytype */ member
|
H A D | debug.c | 93 hw->band->phytype, hw->band->phyrev, hw->band->pi->ana_rev, in brcms_debugfs_hardware_read()
|
H A D | main.c | 1720 brcms_b_write_shm(wlc_hw, M_PHYTYPE, (u16) wlc_hw->band->phytype); in brcms_b_bsinit() 3400 brcms_c_rateset_default(rs, NULL, wlc->band->phytype, in brcms_default_rateset() 4587 wlc_phy_get_phyversion(wlc_hw->band->pi, &wlc_hw->band->phytype, in brcms_b_attach() 4612 wlc_hw->band->phytype, wlc_hw->band->phyrev); in brcms_b_attach() 4628 wlc->band->phytype = wlc_hw->band->phytype; in brcms_b_attach() 4633 wlc->band->phytype, wlc->band->phyrev, in brcms_b_attach() 4751 brcms_c_rateset_default(&bi->rateset, NULL, band->phytype, in brcms_c_bss_default_init() 5510 return wlc->band->phytype; in brcms_c_get_phy_type()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | xilinx_phy.c | 101 u32 phytype; in xilinxphy_of_init() local 109 phytype = ofnode_read_u32_default(node, "xlnx,phy-type", -1); in xilinxphy_of_init() 110 if (phytype == XAE_PHY_TYPE_1000BASE_X) in xilinxphy_of_init()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211conv.h | 92 __be32 phytype; member
|
H A D | hfa384x_usb.c | 3370 caphdr->phytype = htonl(4); /* dss_dot11_b */ in hfa384x_int_rxmonitor()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 385 #define B43legacy_PHYMODE(phytype) (1 << (phytype)) argument
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | core.h | 93 u32 phytype; member
|
H A D | common.c | 324 ri->phytype = le32_to_cpu(revinfo.phytype); in brcmf_c_preinit_dcmds()
|
H A D | fwil_types.h | 804 __le32 phytype; member
|
H A D | core.c | 1155 seq_printf(s, "phytype: %u\n", ri->phytype); in brcmf_revinfo_read()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_hal.h | 172 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
|
H A D | phy_cmn.c | 603 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, in wlc_phy_get_phyversion() argument 607 *phytype = (u16) pi->pubpi.phy_type; in wlc_phy_get_phyversion()
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 52 __be32 phytype; member
|
H A D | hostap_80211_rx.c | 162 hdr->phytype = htonl(4); /* dss_dot11_b */ in prism2_rx_80211()
|