Home
last modified time | relevance | path

Searched refs:HDAC_F_DMA_NOCACHE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pci/hda/
HDhdac.c642 ((sc->flags & HDAC_F_DMA_NOCACHE) ? BUS_DMA_NOCACHE : in hdac_dma_alloc()
1224 sc->flags |= HDAC_F_DMA_NOCACHE; in hdac_attach()
1229 sc->flags &= ~HDAC_F_DMA_NOCACHE; in hdac_attach()
1244 sc->flags &= ~HDAC_F_DMA_NOCACHE; in hdac_attach()
1263 sc->flags |= HDAC_F_DMA_NOCACHE; in hdac_attach()
1274 (sc->flags & HDAC_F_DMA_NOCACHE) ? in hdac_attach()
1846 *result = (sc->flags & HDAC_F_DMA_NOCACHE) != 0; in hdac_read_ivar()
HDhdac_private.h175 #define HDAC_F_DMA_NOCACHE 0x00000001 macro