Searched refs:ISA_NMEM (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/isa/
H A Disavar.h57 #define ISA_NMEM 50 macro
87 struct isa_range ic_mem[ISA_NMEM];
H A Dpnpparse.c238 if (config->ic_nmem == ISA_NMEM) {
274 if (config->ic_nmem == ISA_NMEM) {
304 if (config->ic_nmem == ISA_NMEM) {
364 if (to->ic_nmem == ISA_NMEM) {
H A Disa_common.c120 struct resource *res[ISA_NMEM];
125 for (i = 0; i < ISA_NMEM; i++) {
175 for (i = 0; i < ISA_NMEM; i++) {
943 if (type == SYS_RES_MEMORY && rid >= ISA_NMEM)
/freebsd-11-stable/sys/dev/proto/
H A Dproto_bus_isa.c119 proto_isa_alloc(dev, SYS_RES_MEMORY, ISA_NMEM);
/freebsd-11-stable/sys/dev/snc/
H A Dif_snc_cbus.c80 for (rid = 0; rid < ISA_NMEM; rid++) {
/freebsd-11-stable/sys/x86/isa/
H A Disa.c117 if (*rid >= ISA_NMEM)
/freebsd-11-stable/sys/sparc64/isa/
H A Disa.c303 if (*rid >= ISA_NMEM)

Completed in 127 milliseconds