Searched refs:phy_vendor (Results 1 - 8 of 8) sorted by relevance

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_i82559.c253 uint32_t phy_vendor; member in struct:i82559_softc_s
943 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
951 sc->phy_vendor = sc->phy_device = 0;
963 xprintf("OUI: %08x, Part %02x\n", sc->phy_vendor, sc->phy_device);
968 if (sc->phy_vendor == OUI_INTEL && sc->phy_device == DEV_I82555) {
H A Ddev_tulip.c250 uint32_t phy_vendor; member in struct:tulip_softc
1235 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
1255 if (sc->phy_vendor == OUI_NAT_SEMI) { /* DP83840, DP83840A */
1261 else if (sc->phy_vendor == OUI_LEVEL_ONE) { /* LXT970, etc. */
1267 xprintf("OUI: %08x, Part %02x\n", sc->phy_vendor, sc->phy_device);
1283 if (sc->phy_vendor == OUI_NAT_SEMI && sc->phy_device == DEV_DP83840) {
H A Ddev_bcm4401.c214 uint32_t phy_vendor; member in struct:bcm4401_softc
770 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
778 sc->phy_vendor = sc->phy_device = 0;
H A Ddev_dp83815.c220 uint32_t phy_vendor; member in struct:dp83815_softc
1183 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
1204 if (sc->phy_vendor == OUI_NAT_SEMI && sc->phy_device == DEV_DP83815) {
H A Ddev_bcm5700.c431 uint32_t phy_vendor; member in struct:t3_ether_s
1129 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
1142 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
1178 if (sc->phy_vendor == OUI_BCM) {
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c249 uint32_t phy_vendor; member in struct:bcm4401_softc
859 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
862 i, sc->phy_vendor, sc->phy_device);
1128 if (sc->phy_vendor == OUI_BCMxx) {
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c279 uint32_t phy_vendor; member in struct:tulip_softc_s
1442 sc->phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
1446 sc->phy_addr, sc->phy_vendor, sc->phy_device);
1468 xprintf("OUI: %08x, Part %02x\n", sc->phy_vendor, sc->phy_device);
1484 if (sc->phy_vendor == OUI_NAT_SEMI && sc->phy_device == DEV_DP83840) {
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_sb1250_ethernet.c506 uint32_t phy_vendor;
513 phy_vendor = ((uint32_t)id1 << 6) | ((id2 >> 10) & 0x3F);
536 if (phy_vendor == OUI_BCM) {

Completed in 157 milliseconds