Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ibmnws/include/
H A Dpnp.h556 #define ISAAddr16bit 0x01 /* x01 = decode bits(15:0) */ macro
/netbsd-src/sys/arch/prep/include/
H A Dpnp.h581 #define ISAAddr16bit 0x01 /* x01 = decode bits(15:0) */ macro
/netbsd-src/sys/arch/prep/pnpbus/
H A Dpnpbus.c149 mask = p->IOInfo & ISAAddr16bit ? 0xffff : 0x03ff; in pnp_newioport()
/netbsd-src/sys/arch/prep/prep/
H A Dresidual.c736 mask = p->IOInfo & ISAAddr16bit ? 0xffff : 0x03ff; in pnp_small_pkt()