Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmcfmii.c139 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 Dmpc8xx_fec.c755 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 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.h253 u16 phytype; /* phytype */ member
304 u16 phytype; /* phytype */ member
H A Ddebug.c93 hw->band->phytype, hw->band->phyrev, hw->band->pi->ana_rev, in brcms_debugfs_hardware_read()
H A Dmain.c1720 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 Dxilinx_phy.c104 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 Dmonitor.h26 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 Dislpci_eth.h41 __be32 phytype; member
H A Dislpci_eth.c273 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 Dp80211conv.h113 __be32 phytype; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h385 #define B43legacy_PHYMODE(phytype) (1 << (phytype)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h87 u32 phytype; member
H A Dcommon.c234 ri->phytype = le32_to_cpu(revinfo.phytype); in brcmf_c_preinit_dcmds()
H A Dfwil_types.h737 __le32 phytype; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c570 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 Dbcmwifi_monitor.c880 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 Dwl_iw.c581 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 Dphy_hal.h177 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iw.c572 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 Dwl_iw.c536 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 Dwl_iw.c542 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 Dwl_iw.c542 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 Dhostap_wlan.h52 __be32 phytype; member
H A Dhostap_80211_rx.c162 hdr->phytype = htonl(4); /* dss_dot11_b */ in prism2_rx_80211()

12