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

/freebsd-13-stable/sys/dev/sound/pci/
H A Dich.c187 bus_dma_tag_t dmat, chan_dmat; member in struct:sc_info
420 if (sndbuf_alloc(ch->buffer, sc->chan_dmat,
1056 sc->bufsz, 1, 0x3ffff, 0, NULL, NULL, &sc->chan_dmat) != 0) {
1112 if (sc->chan_dmat)
1113 bus_dma_tag_destroy(sc->chan_dmat);
1139 bus_dma_tag_destroy(sc->chan_dmat);
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h196 bus_dma_tag_t chan_dmat; member in struct:hdac_softc
H A Dhdac.c1322 &sc->chan_dmat); /* dmat */
1747 if (sc->chan_dmat != NULL) {
1748 bus_dma_tag_destroy(sc->chan_dmat);
1749 sc->chan_dmat = NULL;
1761 return (sc->chan_dmat);

Completed in 109 milliseconds