Searched refs:ID_IS_BOUNCING (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/arch/i386/isa/
H A Disa_machdep.h139 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro
H A Disa_machdep.c797 cookie->id_flags |= ID_IS_BOUNCING;
858 cookie->id_flags &= ~ID_IS_BOUNCING;
895 if (cookie->id_flags & ID_IS_BOUNCING)
907 if (cookie->id_flags & ID_IS_BOUNCING)
/openbsd-current/sys/arch/amd64/include/
H A Disa_machdep.h141 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro
/openbsd-current/sys/arch/alpha/isa/
H A Disadma_bounce.c84 #define ID_IS_BOUNCING 0x04 /* map is bouncing current xfer */ macro
257 cookie->id_flags |= ID_IS_BOUNCING;
329 cookie->id_flags |= ID_IS_BOUNCING;
373 cookie->id_flags &= ~ID_IS_BOUNCING;
408 if ((cookie->id_flags & ID_IS_BOUNCING) == 0) {
/openbsd-current/sys/arch/amd64/isa/
H A Disa_machdep.c490 cookie->id_flags |= ID_IS_BOUNCING;
551 cookie->id_flags &= ~ID_IS_BOUNCING;
588 if (cookie->id_flags & ID_IS_BOUNCING)
600 if (cookie->id_flags & ID_IS_BOUNCING)

Completed in 72 milliseconds