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

/freebsd-13-stable/sys/x86/x86/
H A Dbusdma_bounce.c66 BUS_DMA_COULD_BOUNCE = 0x01, enumerator in enum:__anon16013
206 (parent->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0))
207 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE;
211 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE;
213 if ((newtag->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0 &&
233 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) == 0)
248 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) == 0 ||
319 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0) {
737 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0) {
749 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) !
[all...]
/freebsd-13-stable/sys/mips/mips/
H A Dbusdma_machdep.c69 #define BUS_DMA_COULD_BOUNCE BUS_DMA_BUS3 macro
427 ((parent->flags & BUS_DMA_COULD_BOUNCE) != 0))
428 newtag->flags |= BUS_DMA_COULD_BOUNCE;
443 newtag->flags |= BUS_DMA_COULD_BOUNCE;
445 if (((newtag->flags & BUS_DMA_COULD_BOUNCE) != 0) &&
576 if (dmat->flags & BUS_DMA_COULD_BOUNCE) {
835 if (((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) &&
927 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) {
939 if (((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) &&
994 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) !
[all...]
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c223 #define BUS_DMA_COULD_BOUNCE BUS_DMA_BUS3 macro
304 newtag->flags |= BUS_DMA_COULD_BOUNCE;
307 newtag->flags |= BUS_DMA_COULD_BOUNCE;
309 if (((newtag->flags & BUS_DMA_COULD_BOUNCE) != 0) &&
432 if (dmat->flags & BUS_DMA_COULD_BOUNCE) {
498 if (dmat->flags & BUS_DMA_COULD_BOUNCE) {
752 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) {
814 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) {
873 if (dmat->flags & BUS_DMA_COULD_BOUNCE) {
/freebsd-13-stable/sys/arm/arm/
H A Dbusdma_machdep.c74 #define BUS_DMA_COULD_BOUNCE (BUS_DMA_EXCL_BOUNCE | BUS_DMA_ALIGN_BOUNCE) macro
509 newtag->flags |= parent->flags & BUS_DMA_COULD_BOUNCE;
664 if (dmat->flags & BUS_DMA_COULD_BOUNCE)

Completed in 262 milliseconds