Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c483 if (sc->bge_asicrev == BGE_ASICREV_BCM5906 && in bge_readmem_ind()
498 if (sc->bge_asicrev == BGE_ASICREV_BCM5906 && in bge_writemem_ind()
536 if (sc->bge_asicrev == BGE_ASICREV_BCM5906) in bge_writembx()
603 if (sc->bge_asicrev != BGE_ASICREV_BCM5906) in bge_read_nvram()
744 if (sc->bge_asicrev == BGE_ASICREV_BCM5906 && in bge_miibus_writereg()
808 if (sc->bge_asicrev != BGE_ASICREV_BCM5906) in bge_miibus_statchg()
2125 case BGE_ASICREV_BCM5906: in bge_attach()
2134 if (sc->bge_asicrev == BGE_ASICREV_BCM5906) in bge_attach()
2262 sc->bge_asicrev == BGE_ASICREV_BCM5906) in bge_attach()
2276 if (sc->bge_asicrev == BGE_ASICREV_BCM5906) in bge_attach()
[all …]
H A Dif_bgereg.h355 #define BGE_ASICREV_BCM5906 0x0c macro