Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c356 { BGE_ASICREV_BCM5717, "unknown BCM5717" },
1863 sc->bge_asicrev != BGE_ASICREV_BCM5717 && in bge_chipinit()
2093 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2127 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2222 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2237 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_blockinit()
2432 if (sc->bge_asicrev == BGE_ASICREV_BCM5717) in bge_blockinit()
3359 if (sc->bge_asicrev == BGE_ASICREV_BCM5717 || in bge_attach()
3387 case BGE_ASICREV_BCM5717: in bge_attach()
3439 case BGE_ASICREV_BCM5717: in bge_attach()
[all …]
H A Dif_bgereg.h357 #define BGE_ASICREV_BCM5717 0x5717 macro