Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c338 { BGE_ASICREV_BCM5703, "unknown BCM5703" },
1799 } else if (sc->bge_asicrev == BGE_ASICREV_BCM5703) { in bge_chipinit()
1818 if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || in bge_chipinit()
1844 if (sc->bge_asicrev == BGE_ASICREV_BCM5703 || in bge_chipinit()
3408 case BGE_ASICREV_BCM5703: in bge_attach()
3509 if ((sc->bge_asicrev == BGE_ASICREV_BCM5703 && in bge_attach()
4147 if (sc->bge_asicrev == BGE_ASICREV_BCM5703) { in bge_reset()
H A Dif_bgereg.h341 #define BGE_ASICREV_BCM5703 0x01 macro