Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bge.c471 { BGE_ASICREV_BCM5701, "unknown BCM5701" },
1776 BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5701) in bge_chipinit()
1823 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5701 && in bge_chipinit()
2768 case BGE_ASICREV_BCM5701: in bge_attach()
2801 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5701 && in bge_attach()
2806 BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5701) && in bge_attach()
3292 BGE_ASICREV(sc->bge_chipid) != BGE_ASICREV_BCM5701 && in bge_reset()
H A Dif_bgereg.h320 #define BGE_ASICREV_BCM5701 0x00 macro