Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bgereg.h2973 #define BGE_FLAG_5714_FAMILY 0x00040000 macro
H A Dif_bge.c366 #define BGE_IS_5714_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5714_FAMILY)
3417 sc->bge_flags |= BGE_FLAG_5714_FAMILY | BGE_FLAG_JUMBO_STD; in bge_attach()