Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c349 { BGE_ASICREV_BCM5785, "unknown BCM5785" },
2416 if (sc->bge_asicrev == BGE_ASICREV_BCM5785) in bge_blockinit()
2430 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
2440 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
2458 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
3400 case BGE_ASICREV_BCM5785: in bge_attach()
3468 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_attach()
3794 sc->bge_asicrev != BGE_ASICREV_BCM5785 && in bge_attach()
4064 if (sc->bge_asicrev != BGE_ASICREV_BCM5785 && in bge_reset()
4236 sc->bge_asicrev != BGE_ASICREV_BCM5785) { in bge_reset()
H A Dif_bgereg.h363 #define BGE_ASICREV_BCM5785 0x5785 macro