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

/freebsd-12-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,
1057 sc->bufsz, 1, 0x3ffff, 0, NULL, NULL, &sc->chan_dmat) != 0) {
1113 if (sc->chan_dmat)
1114 bus_dma_tag_destroy(sc->chan_dmat);
1140 bus_dma_tag_destroy(sc->chan_dmat);
/freebsd-12-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.c1335 &sc->chan_dmat); /* dmat */
1760 if (sc->chan_dmat != NULL) {
1761 bus_dma_tag_destroy(sc->chan_dmat);
1762 sc->chan_dmat = NULL;
1774 return (sc->chan_dmat);

Completed in 138 milliseconds