Home | History | Annotate | Download | only in dev

Lines Matching defs:intio

112 	struct intio_softc *intio;
125 intio = device_private(parent);
126 intio->sc_dmac = self;
167 struct intio_softc *intio = device_private(self);
168 struct dmac_softc *dmac = device_private(intio->sc_dmac);
188 r = bus_dmamem_alloc(intio->sc_dmat,
194 r = bus_dmamem_map(intio->sc_dmat,
247 struct intio_softc *intio = device_private(self);
248 struct dmac_softc *dmac = device_private(intio->sc_dmac);
259 bus_dmamem_unmap(intio->sc_dmat, (void *)chan->ch_map,
261 bus_dmamem_free(intio->sc_dmat, &chan->ch_seg[0], 1);