HomeSort by: relevance | last modified time | path
    Searched defs:ID_HAS_BOUNCE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/alpha/isa/
isadma_bounce.c 79 #define ID_HAS_BOUNCE 0x02 /* map currently has bounce buffers */
234 if (cookie->id_flags & ID_HAS_BOUNCE)
272 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
342 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
409 if ((cookie->id_flags & ID_HAS_BOUNCE) &&
604 cookie->id_flags |= ID_HAS_BOUNCE;
620 cookie->id_flags &= ~ID_HAS_BOUNCE;
  /src/sys/arch/arc/isa/
isadma_bounce.c 80 #define ID_HAS_BOUNCE 0x02 /* map currently has bounce buffers */
272 if (cookie->id_flags & ID_HAS_BOUNCE)
310 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
379 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
445 if ((cookie->id_flags & ID_HAS_BOUNCE) &&
652 cookie->id_flags |= ID_HAS_BOUNCE;
668 cookie->id_flags &= ~ID_HAS_BOUNCE;
  /src/sys/arch/atari/isa/
isa_dma.c 83 #define ID_HAS_BOUNCE 0x02 /* map currently has bounce buffers */
290 if (cookie->id_flags & ID_HAS_BOUNCE)
332 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
403 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
467 if ((cookie->id_flags & ID_HAS_BOUNCE) &&
652 cookie->id_flags |= ID_HAS_BOUNCE;
672 cookie->id_flags &= ~ID_HAS_BOUNCE;
  /src/sys/arch/powerpc/isa/
isadma_machdep.c 82 #define ID_HAS_BOUNCE 0x02 /* map currently has bounce buffers */
267 if (cookie->id_flags & ID_HAS_BOUNCE)
313 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
384 if ((cookie->id_flags & ID_HAS_BOUNCE) == 0) {
450 if ((cookie->id_flags & ID_HAS_BOUNCE) &&
646 cookie->id_flags |= ID_HAS_BOUNCE;
666 cookie->id_flags &= ~ID_HAS_BOUNCE;
  /src/sys/arch/x68k/dev/
intiovar.h 178 #define ID_HAS_BOUNCE 0x02 /* map currently has bounce buffers */

Completed in 14 milliseconds