Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c618 if (sc->bge_asicrev == BGE_ASICREV_BCM5906) in bge_writembx()
635 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_lock_init()
748 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_lock()
814 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_unlock()
823 if (sc->bge_asicrev == BGE_ASICREV_BCM5761) in bge_ape_unlock()
1015 if (sc->bge_asicrev != BGE_ASICREV_BCM5906) in bge_read_nvram()
1841 sc->bge_asicrev == BGE_ASICREV_BCM5701) in bge_chipinit()
1845 sc->bge_asicrev == BGE_ASICREV_BCM5704) in bge_chipinit()
3166 switch (sc->bge_asicrev) { in bge_can_use_msi()
3373 switch (sc->bge_asicrev) { in bge_attach()
[all …]
H A Dif_bgereg.h3004 uint32_t bge_asicrev; member
/freebsd/sys/dev/mii/
H A Dbrgphy.c1025 if (bge_sc->bge_asicrev == BGE_ASICREV_BCM5906) in brgphy_reset()