Searched refs:sc_cmdseg (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dtwevar.h63 bus_dma_segment_t sc_cmdseg[1]; member in struct:twe_softc
H A Dtwe.c122 bus_dmamem_free(sc->dmat, sc->sc_cmdseg, 1);
143 PAGE_SIZE, 0, sc->sc_cmdseg, 1, &nseg, BUS_DMA_NOWAIT);
149 error = bus_dmamem_map(sc->dmat, sc->sc_cmdseg, nseg,
154 bus_dmamem_free(sc->dmat, sc->sc_cmdseg, 1);
/openbsd-current/sys/arch/macppc/dev/
H A Dsmu.c73 bus_dma_segment_t sc_cmdseg[1]; member in struct:smu_softc
238 sc->sc_cmdseg, 1, &nseg, BUS_DMA_NOWAIT)) {
242 if (bus_dmamem_map(sc->sc_dmat, sc->sc_cmdseg, nseg,
245 bus_dmamem_free(sc->sc_dmat, sc->sc_cmdseg, 1);
252 bus_dmamem_free(sc->sc_dmat, sc->sc_cmdseg, 1);
260 bus_dmamem_free(sc->sc_dmat, sc->sc_cmdseg, nseg);

Completed in 92 milliseconds