Searched refs:HDAC_F_DMA_NOCACHE (Results 1 – 2 of 2) sorted by relevance
642 ((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()
175 #define HDAC_F_DMA_NOCACHE 0x00000001 macro