Searched refs:BUS_DMA_NOCACHE (Results 1 – 12 of 12) sorted by relevance
94 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_NOCACHE, &dmah->map); in drm_pci_alloc()
88 flags |= BUS_DMA_NOCACHE; in drm_ati_alloc_pcigart_table()
96 #define BUS_DMA_NOCACHE 0x200 macro
104 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_NOCACHE, &dmah->map); in drm_pci_alloc()
419 ((sc->flags & ICH_DMA_NOCACHE) ? BUS_DMA_NOCACHE : 0), in ichchan_init()1061 ((sc->flags & ICH_DMA_NOCACHE) ? BUS_DMA_NOCACHE : 0), in ich_pci_attach()
403 attr = (flags & BUS_DMA_NOCACHE) != 0 ? VM_MEMATTR_UNCACHEABLE : in dmar_bus_dmamem_alloc()
786 BUS_DMA_NOWAIT | BUS_DMA_NOCACHE, &sc->dma_map); in init_dma()
509 if (flags & BUS_DMA_NOCACHE) in bus_dmamem_alloc()
438 !(flags & BUS_DMA_NOCACHE), stream); in iommu_enter()
398 if (flags & BUS_DMA_NOCACHE) in bounce_bus_dmamem_alloc()
571 ((sc->flags & HDAC_F_DMA_NOCACHE) ? BUS_DMA_NOCACHE : 0), in hdac_dma_alloc()
1751 hda_get_dma_nocache(devinfo->dev) ? BUS_DMA_NOCACHE : 0, in hdaa_channel_init()