Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bge/
HDif_bge.c368 { BGE_ASICREV_BCM5720, "unknown BCM5720" },
1920 if (sc->bge_asicrev == BGE_ASICREV_BCM5720 || in bge_chipinit()
2141 sc->bge_asicrev == BGE_ASICREV_BCM5720) in bge_blockinit()
2175 sc->bge_asicrev == BGE_ASICREV_BCM5720) in bge_blockinit()
2270 sc->bge_asicrev == BGE_ASICREV_BCM5720) in bge_blockinit()
2285 sc->bge_asicrev == BGE_ASICREV_BCM5720) { in bge_blockinit()
2331 if (sc->bge_asicrev == BGE_ASICREV_BCM5720 || in bge_blockinit()
2496 if (sc->bge_asicrev == BGE_ASICREV_BCM5720 || in bge_blockinit()
2544 } else if (sc->bge_asicrev == BGE_ASICREV_BCM5720) { in bge_blockinit()
3379 sc->bge_asicrev == BGE_ASICREV_BCM5720) { in bge_attach()
[all …]
HDif_bgereg.h360 #define BGE_ASICREV_BCM5720 0x5720 macro