Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c347 { BGE_ASICREV_BCM5761, "unknown BCM5761" },
641 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_lock_init()
741 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) { in bge_ape_lock()
754 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_lock()
820 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_unlock()
829 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_unlock()
2462 if (sc->bge_asicrev == BGE_ASICREV_BCM5761 || in bge_blockinit()
2554 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_blockinit()
3408 case BGE_ASICREV_BCM5761: in bge_attach()
3442 case BGE_ASICREV_BCM5761: in bge_attach()
[all …]
H A Dif_bgereg.h360 #define BGE_ASICREV_BCM5761 0x5761 macro