Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/bge/
H A Dif_bge.c307 { BGE_CHIPID_BCM5719_A0, "BCM5719 A0" },
2470 if (sc->bge_chipid == BGE_CHIPID_BCM5719_A0 || in bge_blockinit()
3391 sc->bge_chipid == BGE_CHIPID_BCM5719_A0) { in bge_attach()
3545 sc->bge_chipid == BGE_CHIPID_BCM5719_A0) { in bge_attach()
4887 sc->bge_chipid != BGE_CHIPID_BCM5719_A0 && in bge_stats_update_regs()
H A Dif_bgereg.h332 #define BGE_CHIPID_BCM5719_A0 0x05719000 macro