Searched refs:INTIO_DEVSIZE (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/hp300/dev/ |
H A D | intiovar.h | 120 #define INTIO_DEVSIZE 4096 /* large enough for all machines */ macro
|
H A D | com_frodo.c | 188 if (bus_space_map(iot, addr, INTIO_DEVSIZE, BUS_SPACE_MAP_LINEAR, &ioh)) in com_frodo_cnattach()
|
H A D | rtc.c | 100 if (bus_space_map(bst, ia->ia_iobase, INTIO_DEVSIZE, 0, in rtcattach()
|
H A D | dma.c | 194 if (bus_space_map(sc->sc_bst, ia->ia_iobase, INTIO_DEVSIZE, 0, in dmaattach()
|
H A D | nhpib.c | 198 if (bus_space_map(bst, ia->ia_iobase, INTIO_DEVSIZE, 0, &sc->sc_bsh)) { in nhpib_intio_attach()
|