Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bge.c2876 sc->bge_flags |= BGE_APE; in bge_attach()
2881 if ((sc->bge_flags & BGE_APE) != 0) { in bge_attach()
3206 if ((sc->bge_flags & BGE_APE) != 0) in bge_attach()
3241 if ((sc->bge_flags & BGE_APE) != 0) in bge_detach()
H A Dif_bgereg.h2877 #define BGE_APE 0x00080000 macro