Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bgereg.h2977 #define BGE_FLAG_5717_PLUS 0x00400000 macro
H A Dif_bge.c369 #define BGE_IS_5717_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5717_PLUS)
3380 sc->bge_flags |= BGE_FLAG_5717_PLUS | BGE_FLAG_5755_PLUS | in bge_attach()
4065 (sc->bge_flags & BGE_FLAG_5717_PLUS) == 0) { in bge_reset()