Searched refs:adma_segs (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | rtsxvar.h | 38 bus_dma_segment_t adma_segs[1]; /* segments for ADMA SG buffer */ member
|
H A D | rtsx.c | 210 sc->adma_segs, 1, &rsegs, BUS_DMA_WAITOK|BUS_DMA_ZERO)) in rtsx_attach() 212 if (bus_dmamem_map(sc->dmat, sc->adma_segs, rsegs, RTSX_ADMA_DESC_SIZE, in rtsx_attach() 241 bus_dmamem_free(sc->dmat, sc->adma_segs, rsegs); in rtsx_attach()
|
/openbsd/sys/dev/fdt/ |
H A D | imxesdhc.c | 198 bus_dma_segment_t adma_segs[1]; member 395 PAGE_SIZE, sc->adma_segs, 1, &rseg, in imxesdhc_attach() 399 error = bus_dmamem_map(sc->sc_dmat, sc->adma_segs, rseg, in imxesdhc_attach() 402 bus_dmamem_free(sc->sc_dmat, sc->adma_segs, rseg); in imxesdhc_attach() 409 bus_dmamem_free(sc->sc_dmat, sc->adma_segs, rseg); in imxesdhc_attach() 418 bus_dmamem_free(sc->sc_dmat, sc->adma_segs, rseg); in imxesdhc_attach()
|
/openbsd/sys/dev/sdmmc/ |
H A D | sdhc.c | 60 bus_dma_segment_t adma_segs[1]; member 368 PAGE_SIZE, hp->adma_segs, 1, &rseg, in sdhc_host_found() 372 error = bus_dmamem_map(sc->sc_dmat, hp->adma_segs, rseg, in sdhc_host_found() 375 bus_dmamem_free(sc->sc_dmat, hp->adma_segs, rseg); in sdhc_host_found() 382 bus_dmamem_free(sc->sc_dmat, hp->adma_segs, rseg); in sdhc_host_found() 391 bus_dmamem_free(sc->sc_dmat, hp->adma_segs, rseg); in sdhc_host_found()
|