Home
last modified time | relevance | path

Searched refs:adma2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/sdmmc/
H A Dsdhc.c61 caddr_t adma2; member
373 PAGE_SIZE, &hp->adma2, BUS_DMA_WAITOK | BUS_DMA_COHERENT); in sdhc_host_found()
381 bus_dmamem_unmap(sc->sc_dmat, hp->adma2, PAGE_SIZE); in sdhc_host_found()
386 hp->adma2, PAGE_SIZE, NULL, in sdhc_host_found()
390 bus_dmamem_unmap(sc->sc_dmat, hp->adma2, PAGE_SIZE); in sdhc_host_found()
935 struct sdhc_adma2_descriptor32 *desc32 = (void *)hp->adma2; in sdhc_start_command()
936 struct sdhc_adma2_descriptor64 *desc64 = (void *)hp->adma2; in sdhc_start_command()
/openbsd/sys/dev/fdt/
H A Dimxesdhc.c199 caddr_t adma2; member
400 PAGE_SIZE, &sc->adma2, BUS_DMA_WAITOK | BUS_DMA_COHERENT); in imxesdhc_attach()
408 bus_dmamem_unmap(sc->sc_dmat, sc->adma2, PAGE_SIZE); in imxesdhc_attach()
413 sc->adma2, PAGE_SIZE, NULL, in imxesdhc_attach()
417 bus_dmamem_unmap(sc->sc_dmat, sc->adma2, PAGE_SIZE); in imxesdhc_attach()
867 struct sdhc_adma2_descriptor32 *desc = (void *)sc->adma2; in imxesdhc_start_command()