| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | mcfmii.c | 139 uint phyno, phytype; in mii_discover_phy() local 158 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID1)); in mii_discover_phy() 160 printf("PHY type 0x%x pass %d type\n", phytype, pass); in mii_discover_phy() 162 if (phytype == 0xffff) in mii_discover_phy() 165 phytype <<= 16; in mii_discover_phy() 166 phytype |= in mii_discover_phy() 175 if (phyinfo[i].phyid == phytype) { in mii_discover_phy() 190 printf("0x%08x\n", phytype); in mii_discover_phy()
|
| H A D | mpc8xx_fec.c | 755 uint phytype; in mii_discover_phy() local 769 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID2)); in mii_discover_phy() 770 if (phytype != 0xffff) { in mii_discover_phy() 772 phytype |= mii_send(mk_mii_read(phyno, in mii_discover_phy()
|
| /OK3568_Linux_fs/kernel/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() 3402 brcms_c_rateset_default(rs, NULL, wlc->band->phytype, in brcms_default_rateset() 4589 wlc_phy_get_phyversion(wlc_hw->band->pi, &wlc_hw->band->phytype, in brcms_b_attach() 4614 wlc_hw->band->phytype, wlc_hw->band->phyrev); in brcms_b_attach() 4630 wlc->band->phytype = wlc_hw->band->phytype; in brcms_b_attach() 4635 wlc->band->phytype, wlc->band->phyrev, in brcms_b_attach() 4753 brcms_c_rateset_default(&bi->rateset, NULL, band->phytype, in brcms_c_bss_default_init() 5512 return wlc->band->phytype; in brcms_c_get_phy_type()
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | xilinx_phy.c | 104 u32 phytype; in xilinxphy_of_init() local 107 phytype = fdtdec_get_int(gd->fdt_blob, dev_of_offset(phydev->dev), in xilinxphy_of_init() 109 if (phytype == XAE_PHY_TYPE_1000BASE_X) in xilinxphy_of_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | monitor.h | 26 uint phytype; /* 802.11 A/B/G /N */ member 209 uint phytype; /**< 802.11 A/B/G /N */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/ |
| H A D | islpci_eth.h | 41 __be32 phytype; member
|
| H A D | islpci_eth.c | 273 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */ in islpci_monitor_rx()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | p80211conv.h | 113 __be32 phytype; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | b43legacy.h | 385 #define B43legacy_PHYMODE(phytype) (1 << (phytype)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.h | 87 u32 phytype; member
|
| H A D | common.c | 234 ri->phytype = le32_to_cpu(revinfo.phytype); in brcmf_c_preinit_dcmds()
|
| H A D | fwil_types.h | 737 __le32 phytype; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iw.c | 570 int phytype, err; in wl_iw_get_name() local 577 if ((err = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype))) < 0) in wl_iw_get_name() 583 switch (phytype) { in wl_iw_get_name() 774 int phytype; in wl_iw_get_range() local 840 if ((error = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype)))) in wl_iw_get_range() 842 if (nmode == 1 && (((phytype == WLC_PHY_TYPE_LCN) || in wl_iw_get_range() 843 (phytype == WLC_PHY_TYPE_LCN40)))) { in wl_iw_get_range()
|
| H A D | bcmwifi_monitor.c | 880 sts.phytype = WL_RXS_PHY_N; in wl_d11rx_to_rxsts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_iw.c | 581 int phytype, err; in wl_iw_get_name() local 588 if ((err = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype))) < 0) in wl_iw_get_name() 594 switch (phytype) { in wl_iw_get_name() 785 int phytype; in wl_iw_get_range() local 851 if ((error = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype)))) in wl_iw_get_range() 853 if (nmode == 1 && (((phytype == WLC_PHY_TYPE_LCN) || in wl_iw_get_range() 854 (phytype == WLC_PHY_TYPE_LCN40)))) { in wl_iw_get_range()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_hal.h | 177 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iw.c | 572 int phytype, err; in wl_iw_get_name() local 579 if ((err = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype))) < 0) in wl_iw_get_name() 585 switch (phytype) { in wl_iw_get_name() 784 int phytype; in wl_iw_get_range() local 850 if ((error = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype)))) in wl_iw_get_range() 852 if (nmode == 1 && (((phytype == WLC_PHY_TYPE_LCN) || in wl_iw_get_range() 853 (phytype == WLC_PHY_TYPE_LCN40)))) { in wl_iw_get_range()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_iw.c | 536 int phytype, err; in wl_iw_get_name() local 543 if ((err = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype))) < 0) in wl_iw_get_name() 549 switch (phytype) { in wl_iw_get_name() 715 int phytype; in wl_iw_get_range() local 772 if ((error = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype)))) in wl_iw_get_range()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_iw.c | 542 int phytype, err; in wl_iw_get_name() local 549 if ((err = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype))) < 0) in wl_iw_get_name() 555 switch (phytype) { in wl_iw_get_name() 721 int phytype; in wl_iw_get_range() local 778 if ((error = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype)))) in wl_iw_get_range()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_iw.c | 542 int phytype, err; in wl_iw_get_name() local 549 if ((err = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype))) < 0) in wl_iw_get_name() 555 switch (phytype) { in wl_iw_get_name() 721 int phytype; in wl_iw_get_range() local 778 if ((error = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype)))) in wl_iw_get_range()
|
| /OK3568_Linux_fs/kernel/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()
|