Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bge/
Dif_bge.c358 { BGE_ASICREV_BCM5785, "unknown BCM5785" },
2458 if (sc->bge_asicrev == BGE_ASICREV_BCM5785) in bge_blockinit()
2472 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
2482 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
2500 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_blockinit()
3413 case BGE_ASICREV_BCM5785: in bge_attach()
3481 sc->bge_asicrev == BGE_ASICREV_BCM5785 || in bge_attach()
3812 sc->bge_asicrev != BGE_ASICREV_BCM5785 && in bge_attach()
4084 if (sc->bge_asicrev != BGE_ASICREV_BCM5785 && in bge_reset()
4256 sc->bge_asicrev != BGE_ASICREV_BCM5785) { in bge_reset()
Dif_bgereg.h364 #define BGE_ASICREV_BCM5785 0x5785 macro