Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dich.c185 bus_dma_tag_t dmat, chan_dmat; member
418 if (sndbuf_alloc(ch->buffer, sc->chan_dmat, in ichchan_init()
1055 sc->bufsz, 1, 0x3ffff, 0, NULL, NULL, &sc->chan_dmat) != 0) { in ich_pci_attach()
1110 if (sc->chan_dmat) in ich_pci_attach()
1111 bus_dma_tag_destroy(sc->chan_dmat); in ich_pci_attach()
1137 bus_dma_tag_destroy(sc->chan_dmat); in ich_pci_detach()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_private.h194 bus_dma_tag_t chan_dmat; member
H A Dhdac.c1334 &sc->chan_dmat); /* dmat */ in hdac_attach()
1762 if (sc->chan_dmat != NULL) { in hdac_detach()
1763 bus_dma_tag_destroy(sc->chan_dmat); in hdac_detach()
1764 sc->chan_dmat = NULL; in hdac_detach()
1776 return (sc->chan_dmat); in hdac_get_dma_tag()