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

/freebsd-11-stable/sys/isa/
H A Disavar.h56 #define ISA_NPORT 50 macro
88 struct isa_range ic_port[ISA_NPORT];
H A Dpnpparse.c137 if (config->ic_nport == ISA_NPORT) {
174 if (config->ic_nport == ISA_NPORT) {
372 if (to->ic_nport == ISA_NPORT) {
H A Disa_common.c194 struct resource *res[ISA_NPORT];
199 for (i = 0; i < ISA_NPORT; i++) {
249 for (i = 0; i < ISA_NPORT; i++) {
941 if (type == SYS_RES_IOPORT && rid >= ISA_NPORT)
/freebsd-11-stable/sys/dev/proto/
H A Dproto_bus_isa.c118 proto_isa_alloc(dev, SYS_RES_IOPORT, ISA_NPORT);
/freebsd-11-stable/sys/dev/snc/
H A Dif_snc_cbus.c88 for (rid = 0; rid < ISA_NPORT; rid++) {
/freebsd-11-stable/sys/x86/isa/
H A Disa.c121 if (*rid >= ISA_NPORT)
/freebsd-11-stable/sys/sparc64/isa/
H A Disa.c307 if (*rid >= ISA_NPORT)

Completed in 90 milliseconds