Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bge/
HDif_bge.c364 { BGE_ASICREV_BCM5717, "unknown BCM5717" },
1908 sc->bge_asicrev != BGE_ASICREV_BCM5717 && in bge_chipinit()
2137 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2171 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2266 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2281 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2475 if (sc->bge_asicrev == BGE_ASICREV_BCM5717) in bge_blockinit()
3363 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_attach()
3391 case BGE_ASICREV_BCM5717: in bge_attach()
3443 case BGE_ASICREV_BCM5717: in bge_attach()
[all …]
HDif_bgereg.h357 #define BGE_ASICREV_BCM5717 0x5717 macro