Home
last modified time | relevance | path

Searched refs:ISA_PNP_NMEM (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/isa/
HDpnp.c253 if (config->ic_nmem > ISA_PNP_NMEM) { in pnp_set_config()
255 config->ic_nmem, ISA_PNP_NMEM); in pnp_set_config()
256 config->ic_nmem = ISA_PNP_NMEM; in pnp_set_config()
298 for (; i < ISA_PNP_NMEM; i++) { in pnp_set_config()
HDisavar.h65 #define ISA_PNP_NMEM 4 macro
/NextBSD/sys/powerpc/mpc85xx/
HDisa.c63 case SYS_RES_MEMORY: rids = ISA_PNP_NMEM; break; in isa_alloc_resource()