Searched refs:BUS_DMA_MIN_ALLOC_COMP (Results 1 – 3 of 3) sorted by relevance
67 BUS_DMA_MIN_ALLOC_COMP = 0x02, enumerator175 dmat->bounce_flags |= BUS_DMA_MIN_ALLOC_COMP; in bounce_bus_dma_zone_setup()251 dmat->bounce_flags &= ~BUS_DMA_MIN_ALLOC_COMP; in bounce_bus_dma_tag_set_domain()347 if ((dmat->bounce_flags & BUS_DMA_MIN_ALLOC_COMP) == 0 || in bounce_bus_dmamap_create()354 if ((dmat->bounce_flags & BUS_DMA_MIN_ALLOC_COMP) in bounce_bus_dmamap_create()358 BUS_DMA_MIN_ALLOC_COMP; in bounce_bus_dmamap_create()
70 #define BUS_DMA_MIN_ALLOC_COMP BUS_DMA_BUS4 macro467 newtag->flags |= BUS_DMA_MIN_ALLOC_COMP; in bus_dma_tag_create()598 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0 in bus_dmamap_create()608 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0) { in bus_dmamap_create()610 dmat->flags |= BUS_DMA_MIN_ALLOC_COMP; in bus_dmamap_create()
75 #define BUS_DMA_MIN_ALLOC_COMP BUS_DMA_BUS4 macro564 newtag->flags |= BUS_DMA_MIN_ALLOC_COMP; in bus_dma_tag_create()668 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0 || in allocate_bz_and_pages()678 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0) in allocate_bz_and_pages()679 dmat->flags |= BUS_DMA_MIN_ALLOC_COMP; in allocate_bz_and_pages()