Home
last modified time | relevance | path

Searched refs:RangeMax (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/prep/pnpbus/
Dpnpbus.c151 io->maxbase = (p->RangeMax[0] | (p->RangeMax[1] << 8)) & mask; in pnp_newioport()
/netbsd/src/sys/arch/ibmnws/include/
Dpnp.h558 unsigned char RangeMax[2]; /* Max base address */ member
/netbsd/src/sys/arch/prep/include/
Dpnp.h583 unsigned char RangeMax[2]; /* Max base address */ member
/netbsd/src/sys/arch/prep/prep/
Dresidual.c738 iomax = (p->RangeMax[0] | (p->RangeMax[1] << 8)) & mask; in pnp_small_pkt()