Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/acorn32/mainbus/
H A Dpioc.c156 if (bus_space_map(iot, mb->mb_iobase, PIOC_SIZE, 0, &ioh)) in piocmatch()
159 mb->mb_iosize = PIOC_SIZE; in piocmatch()
172 bus_space_unmap(iot, ioh, PIOC_SIZE); in piocmatch()
299 if (bus_space_map(iot, sc->sc_iobase, PIOC_SIZE, 0, &ioh)) in piocattach()
H A Dpiocreg.h41 #define PIOC_SIZE (0x1000 + 0x2000) /* XXX */ macro