Home
last modified time | relevance | path

Searched refs:BUS_DMA_MIN_ALLOC_COMP (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c67 BUS_DMA_MIN_ALLOC_COMP = 0x02, enumerator
175 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()
/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c70 #define BUS_DMA_MIN_ALLOC_COMP BUS_DMA_BUS4 macro
467 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()
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c75 #define BUS_DMA_MIN_ALLOC_COMP BUS_DMA_BUS4 macro
564 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()