Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c68 BF_COHERENT = 0x10, enumerator
186 if ((dmat->bounce_flags & BF_COHERENT) != 0) in cacheline_bounce()
269 newtag->bounce_flags |= BF_COHERENT; in bounce_bus_dma_tag_create()
291 newtag->bounce_flags |= parent->bounce_flags & BF_COHERENT; in bounce_bus_dma_tag_create()
473 if ((dmat->bounce_flags & BF_COHERENT) != 0) in bounce_bus_dmamap_create()
539 (dmat->bounce_flags & BF_COHERENT) == 0) in bounce_bus_dmamem_alloc()
564 (dmat->bounce_flags & BF_COHERENT) != 0) in bounce_bus_dmamem_alloc()