Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/alpha/isa/
H A Disadma_bounce.c80 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro
298 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load()
369 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load_mbuf()
413 cookie->id_flags &= ~ID_IS_BOUNCING; in isadma_bounce_dmamap_unload()
451 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) { in isadma_bounce_dmamap_sync()
/netbsd-src/sys/arch/powerpc/isa/
H A Disadma_machdep.c83 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro
339 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load()
411 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load_mbuf()
454 cookie->id_flags &= ~ID_IS_BOUNCING; in _isa_bus_dmamap_unload()
491 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) in _isa_bus_dmamap_sync()
/netbsd-src/sys/arch/arc/isa/
H A Disadma_bounce.c81 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro
336 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load()
406 cookie->id_flags |= ID_IS_BOUNCING; in isadma_bounce_dmamap_load_mbuf()
449 cookie->id_flags &= ~ID_IS_BOUNCING; in isadma_bounce_dmamap_unload()
490 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) { in isadma_bounce_dmamap_sync()
/netbsd-src/sys/arch/atari/isa/
H A Disa_dma.c84 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro
358 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load()
430 cookie->id_flags |= ID_IS_BOUNCING; in _isa_bus_dmamap_load_mbuf()
471 cookie->id_flags &= ~ID_IS_BOUNCING; in _isa_bus_dmamap_unload()
507 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) in _isa_bus_dmamap_sync()
/netbsd-src/sys/arch/x68k/dev/
H A Dintio.c547 cookie->id_flags |= ID_IS_BOUNCING; in _intio_bus_dmamap_load()
613 cookie->id_flags |= ID_IS_BOUNCING; in _intio_bus_dmamap_load_mbuf()
655 cookie->id_flags &= ~ID_IS_BOUNCING; in _intio_bus_dmamap_unload()
692 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) in _intio_bus_dmamap_sync()
H A Dintiovar.h179 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro