Home
last modified time | relevance | path

Searched refs:AI_IOSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dif_ai.c238 AI_IOSIZE, 0, &ioh) != 0) { in ai_match()
241 AI_IOSIZE, ia->ia_io[0].ir_addr)); in ai_match()
281 ia->ia_io[0].ir_size = AI_IOSIZE; in ai_match()
293 bus_space_unmap(iot, ioh, AI_IOSIZE); in ai_match()
H A Dif_aireg.h37 #define AI_IOSIZE 16 /* card has 16 registers in IO space */ macro