Home
last modified time | relevance | path

Searched refs:hdaudio_dma_alloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c158 hdaudio_dma_alloc(struct hdaudio_softc *sc, struct hdaudio_dma *dma, in hdaudio_dma_alloc() function
848 if ((err = hdaudio_dma_alloc(sc, &sc->sc_corb, BUS_DMA_WRITE)) != 0) in hdaudio_attach()
858 if ((err = hdaudio_dma_alloc(sc, &sc->sc_rirb, BUS_DMA_READ)) != 0) in hdaudio_attach()
1032 err = hdaudio_dma_alloc(sc, &dma, BUS_DMA_COHERENT | BUS_DMA_NOCACHE); in hdaudio_stream_establish()
H A Dhdaudiovar.h176 int hdaudio_dma_alloc(struct hdaudio_softc *, struct hdaudio_dma *, int);
H A Dhdafg.c4271 err = hdaudio_dma_alloc(st->st_host, &st->st_data, in hdafg_allocm()