Searched refs:BUS_DMA_MIN_ALLOC_COMP (Results 1 – 3 of 3) sorted by relevance
133 #define BUS_DMA_MIN_ALLOC_COMP BUS_DMA_BUS4 macro230 newtag->flags |= BUS_DMA_MIN_ALLOC_COMP; in bus_dma_tag_create()333 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0 in bus_dmamap_create()343 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0) { in bus_dmamap_create()345 dmat->flags |= BUS_DMA_MIN_ALLOC_COMP; in bus_dmamap_create()
65 BUS_DMA_MIN_ALLOC_COMP = 0x02, enumerator 162 dmat->bounce_flags |= BUS_DMA_MIN_ALLOC_COMP;245 dmat->bounce_flags &= ~BUS_DMA_MIN_ALLOC_COMP;325 if ((dmat->bounce_flags & BUS_DMA_MIN_ALLOC_COMP) == 0 || in bounce_bus_dmamap_create() 333 if ((dmat->bounce_flags & BUS_DMA_MIN_ALLOC_COMP) in bounce_bus_dmamap_create() 337 BUS_DMA_MIN_ALLOC_COMP; in bounce_bus_dmamap_create()
74 #define BUS_DMA_MIN_ALLOC_COMP BUS_DMA_BUS4 macro 461 newtag->flags |= BUS_DMA_MIN_ALLOC_COMP; in bus_dma_tag_create() 543 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0 || in allocate_bz_and_pages() 553 if ((dmat->flags & BUS_DMA_MIN_ALLOC_COMP) == 0) in allocate_bz_and_pages() 554 dmat->flags |= BUS_DMA_MIN_ALLOC_COMP; in allocate_bz_and_pages()