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

/openbsd-current/sys/dev/ic/
H A Dadvlib.c327 if ((sc->bus_type & ASC_IS_ISA) != 0)
483 if (sc->bus_type & (ASC_IS_ISA | ASC_IS_VL | ASC_IS_EISA))
534 if ((sc->bus_type & (ASC_IS_ISA | ASC_IS_VL)) != 0) {
556 if (sc->bus_type & ASC_IS_ISA) {
728 return (ASC_IS_ISA);
1976 if (bus_type & ASC_IS_ISA) {
2024 if (bus_type & ASC_IS_ISA)
H A Dadvlib.h108 #define ASC_IS_ISA 0x0001 macro

Completed in 204 milliseconds