HomeSort by: relevance | last modified time | path
    Searched refs:BGE_ASICREV (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bge.c 543 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906 &&
613 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906)
622 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906)
638 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
739 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761) {
752 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
820 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
829 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5761)
1004 if (BGE_ASICREV(sc->bge_chipid) != BGE_ASICREV_BCM5906)
1149 if (BGE_ASICREV(sc->bge_chipid) == BGE_ASICREV_BCM5906 &
    [all...]
if_bgereg.h 356 #define BGE_ASICREV(x) ((x) >> 12)

Completed in 17 milliseconds