Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c349 { BGE_ASICREV_BCM5785, "unknown BCM5785" },
2422 if (sc->bge_asicrev == BGE_ASICREV_BCM5785) in bge_blockinit()
2436 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
2446 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
2464 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
3410 case BGE_ASICREV_BCM5785: in bge_attach()
3478 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_attach()
3809 sc->bge_asicrev != BGE_ASICREV_BCM5785 && in bge_attach()
4086 if (sc->bge_asicrev != BGE_ASICREV_BCM5785 && in bge_reset()
4258 sc->bge_asicrev != BGE_ASICREV_BCM5785) { in bge_reset()
H A Dif_bgereg.h363 #define BGE_ASICREV_BCM5785 0x5785 macro