Searched refs:BGE_ASICREV (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_bge.c505 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906 &&
520 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906 &&
541 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906)
557 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
658 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761) {
671 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
739 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
748 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
925 if (BGE_ASICREV(sc->bge_chipid) != BGE_ASICREV_BCM5906)
1063 if (BGE_ASICREV(s
[all...]
H A Dif_bgereg.h318 #define BGE_ASICREV(x) ((x) >> 12) macro

Completed in 313 milliseconds