Searched refs:ia_bst (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/arch/next68k/dev/
H A Dintiovar.h44 bus_space_tag_t ia_bst; /* bus space tag */ member in struct:intio_attach_args
H A Dintio.c101 ia.ia_bst = NEXT68K_INTIO_BUS_SPACE;
H A Dnextkbd.c151 isconsole = nextkbd_is_console(ia->ia_bst); /* XXX */
158 sc->id->iot = ia->ia_bst;
H A Dif_xe.c246 xsc->sc_bst = ia->ia_bst;
253 sc->sc_bmap_bst = ia->ia_bst;
/netbsd-current/sys/arch/x68k/dev/
H A Dscsirom.c91 if (bus_space_map(ia->ia_bst, ia->ia_addr, ia->ia_size, 0, &ioh) < 0)
94 bus_space_unmap(ia->ia_bst, ioh, ia->ia_size);
97 bus_space_read_region_1(ia->ia_bst, ioh, SCSIROM_ID, buf, 6);
100 bus_space_unmap(ia->ia_bst, ioh, ia->ia_size);
H A Dspc.c66 bus_space_tag_t iot = ia->ia_bst;
90 bus_space_tag_t iot = ia->ia_bst;
H A Dcom_intio.c75 iot = ia->ia_bst;
104 iot = ia->ia_bst;
H A Dmfp.c100 sc->sc_bst = ia->ia_bst;
108 bus_space_map(ia->ia_bst, ia->ia_addr, 0x2000, 0, &sc->sc_bht);
H A Dif_ne_intio.c89 bus_space_tag_t iot = ia->ia_bst;
137 bus_space_tag_t iot = ia->ia_bst;
H A Dslhci_intio.c72 bus_space_tag_t iot = ia->ia_bst;
122 bus_space_tag_t iot = ia->ia_bst;
H A Dintiovar.h49 bus_space_tag_t ia_bst; /* bus_space tag */ member in struct:intio_attach_args
H A Dxel.c196 sc->sc_bst = ia->ia_bst;
H A Drtclock.c104 sc->sc_bst = ia->ia_bst;
H A Dbmd.c142 bus_space_tag_t iot = ia->ia_bst;
181 bus_space_tag_t iot = ia->ia_bst;
H A Dopm.c100 sc->sc_bst = ia->ia_bst;
H A Dsram.c124 iot = ia->ia_bst;
H A Dintio.c174 ia.ia_bst = sc->sc_bst;
187 ia->ia_bst = sc->sc_bst;
H A Dpar.c184 sc->sc_bst = ia->ia_bst;
H A Dvs.c209 iot = ia->ia_bst;
H A Dintio_dmac.c127 sc->sc_bst = ia->ia_bst;
/netbsd-current/sys/arch/hp300/dev/
H A Dhil_intio.c86 sc->sc_bst = ia->ia_bst;
H A Dintiovar.h49 bus_space_tag_t ia_bst; /* bus space tag */ member in struct:intio_attach_args
H A Dintio.c163 ia.ia_bst = bst;
H A Drtc.c97 bus_space_tag_t bst = ia->ia_bst;
H A Ddma.c193 sc->sc_bst = ia->ia_bst;

Completed in 178 milliseconds

12