Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bge/
HDif_bgereg.h2977 #define BGE_FLAG_APE 0x00000080 macro
HDif_bge.c3448 sc->bge_flags |= BGE_FLAG_APE; in bge_attach()
3453 if ((sc->bge_flags & BGE_FLAG_APE) != 0) { in bge_attach()
3662 if ((sc->bge_flags & BGE_FLAG_APE) == 0) { in bge_attach()