Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/isa/
Dpnp.c229 if (config->ic_nport > ISA_PNP_NPORT) { in pnp_set_config()
231 ISA_PNP_NPORT); in pnp_set_config()
232 config->ic_nport = ISA_PNP_NPORT; in pnp_set_config()
288 for (; i < ISA_PNP_NPORT; i++) { in pnp_set_config()
Disavar.h66 #define ISA_PNP_NPORT 8 macro
/freebsd-12-stable/sys/powerpc/mpc85xx/
Disa.c63 case SYS_RES_IOPORT: rids = ISA_PNP_NPORT; break; in isa_alloc_resource()