Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c340 { BGE_ASICREV_BCM5705, "unknown BCM5705" },
1836 if (sc->bge_asicrev != BGE_ASICREV_BCM5705 && in bge_chipinit()
3422 case BGE_ASICREV_BCM5705: in bge_attach()
3476 if (BGE_IS_5700_FAMILY(sc) || sc->bge_asicrev == BGE_ASICREV_BCM5705) in bge_attach()
3502 if (sc->bge_asicrev == BGE_ASICREV_BCM5705) { in bge_attach()
3511 (sc->bge_asicrev == BGE_ASICREV_BCM5705 && in bge_attach()
3820 (sc->bge_asicrev == BGE_ASICREV_BCM5705 && in bge_attach()
H A Dif_bgereg.h343 #define BGE_ASICREV_BCM5705 0x03 macro