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

/freebsd-9.3-release/sys/dev/sound/pci/
H A Dich.c185 bus_dma_tag_t dmat, chan_dmat; member in struct:sc_info
418 if (sndbuf_alloc(ch->buffer, sc->chan_dmat,
1055 sc->bufsz, 1, 0x3ffff, 0, NULL, NULL, &sc->chan_dmat) != 0) {
1111 if (sc->chan_dmat)
1112 bus_dma_tag_destroy(sc->chan_dmat);
1138 bus_dma_tag_destroy(sc->chan_dmat);
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdac_private.h194 bus_dma_tag_t chan_dmat; member in struct:hdac_softc
H A Dhdac.c1263 &sc->chan_dmat); /* dmat */
1667 if (sc->chan_dmat != NULL) {
1668 bus_dma_tag_destroy(sc->chan_dmat);
1669 sc->chan_dmat = NULL;
1681 return (sc->chan_dmat);

Completed in 51 milliseconds