Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c352 { BGE_ASICREV_BCM5906, "unknown BCM5906" },
557 if (sc->bge_asicrev == BGE_ASICREV_BCM5906 && in bge_readmem_ind()
574 if (sc->bge_asicrev == BGE_ASICREV_BCM5906 && in bge_writemem_ind()
618 if (sc->bge_asicrev == BGE_ASICREV_BCM5906) in bge_writembx()
1015 if (sc->bge_asicrev != BGE_ASICREV_BCM5906) in bge_read_nvram()
1155 if (sc->bge_asicrev == BGE_ASICREV_BCM5906 && in bge_miibus_writereg()
1219 if (sc->bge_asicrev != BGE_ASICREV_BCM5906) in bge_miibus_statchg()
1906 if (sc->bge_asicrev == BGE_ASICREV_BCM5906) { in bge_chipinit()
1966 } else if (sc->bge_asicrev == BGE_ASICREV_BCM5906) { in bge_blockinit()
2151 if (sc->bge_asicrev == BGE_ASICREV_BCM5906) { in bge_blockinit()
[all …]
H A Dif_bgereg.h353 #define BGE_ASICREV_BCM5906 0x0c macro
/freebsd/sys/dev/mii/
H A Dbrgphy.c1025 if (bge_sc->bge_asicrev == BGE_ASICREV_BCM5906) in brgphy_reset()