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

/freebsd-13-stable/sys/isa/
H A Disavar.h59 #define ISA_NMEM 50 macro
89 struct isa_range ic_mem[ISA_NMEM];
H A Dpnpparse.c240 if (config->ic_nmem == ISA_NMEM) {
276 if (config->ic_nmem == ISA_NMEM) {
306 if (config->ic_nmem == ISA_NMEM) {
366 if (to->ic_nmem == ISA_NMEM) {
H A Disa_common.c124 struct resource *res[ISA_NMEM];
129 for (i = 0; i < ISA_NMEM; i++) {
179 for (i = 0; i < ISA_NMEM; i++) {
950 if (type == SYS_RES_MEMORY && rid >= ISA_NMEM)
/freebsd-13-stable/sys/x86/isa/
H A Disa.c116 if (*rid >= ISA_NMEM)
/freebsd-13-stable/sys/dev/proto/
H A Dproto_bus_isa.c119 proto_isa_alloc(dev, SYS_RES_MEMORY, ISA_NMEM);

Completed in 208 milliseconds