Searched refs:STI_ROM_ENABLED (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dsti_pci.c106 if (!ISSET(sc->sc_flags, STI_ROM_ENABLED)) {
110 SET(sc->sc_flags, STI_ROM_ENABLED);
123 if (ISSET(sc->sc_flags, STI_ROM_ENABLED)) {
128 CLR(sc->sc_flags, STI_ROM_ENABLED);
151 int enabled = sc->sc_flags & STI_ROM_ENABLED;
226 sc->sc_flags |= STI_ROM_ENABLED;
/openbsd-current/sys/dev/ic/
H A Dstivar.h128 #define STI_ROM_ENABLED 0x0004 /* PCI ROM is enabled */ macro

Completed in 65 milliseconds