Home
last modified time | relevance | path

Searched refs:BGE_ASICREV_BCM5703 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c338 { BGE_ASICREV_BCM5703, "unknown BCM5703" },
1805 } else if (sc->bge_asicrev == BGE_ASICREV_BCM5703) { in bge_chipinit()
1824 if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || in bge_chipinit()
1850 if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || in bge_chipinit()
3418 case BGE_ASICREV_BCM5703: in bge_attach()
3519 if ((sc->bge_asicrev == BGE_ASICREV_BCM5703 && in bge_attach()
4169 if (sc->bge_asicrev == BGE_ASICREV_BCM5703) { in bge_reset()
H A Dif_bgereg.h341 #define BGE_ASICREV_BCM5703 0x01 macro