Searched refs:BUS_DMA_COULD_BOUNCE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/x86/x86/
H A Dbusdma_bounce.c64 BUS_DMA_COULD_BOUNCE = 0x01, enumerator in enum:__anon58
200 (parent->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0)
201 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE;
205 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE;
207 if ((newtag->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0 &&
227 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) == 0)
242 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) == 0 ||
291 if (dmat->bounce_flags & (BUS_DMA_COULD_BOUNCE | BUS_DMA_FORCE_MAP)) {
309 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0) {
646 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) !
[all...]
/freebsd-current/sys/powerpc/powerpc/
H A Dbusdma_machdep.c132 #define BUS_DMA_COULD_BOUNCE BUS_DMA_BUS3 macro
203 newtag->flags |= BUS_DMA_COULD_BOUNCE;
206 newtag->flags |= BUS_DMA_COULD_BOUNCE;
208 if (((newtag->flags & BUS_DMA_COULD_BOUNCE) != 0) &&
311 if (dmat->flags & BUS_DMA_COULD_BOUNCE) {
377 if (dmat->flags & BUS_DMA_COULD_BOUNCE) {
561 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) {
622 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) {
674 if (dmat->flags & BUS_DMA_COULD_BOUNCE) {
/freebsd-current/sys/arm/arm/
H A Dbusdma_machdep.c73 #define BUS_DMA_COULD_BOUNCE (BUS_DMA_EXCL_BOUNCE | BUS_DMA_ALIGN_BOUNCE) macro
417 newtag->flags |= parent->flags & BUS_DMA_COULD_BOUNCE;
539 if (dmat->flags & BUS_DMA_COULD_BOUNCE)

Completed in 70 milliseconds