Searched refs:MTTYF_STOP (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/sbus/
H A Dmagmareg.h156 #define MTTYF_STOP (1<<4) macro
H A Dmagma.c585 if (!ISSET(mtty->mp_flags, MTTYF_STOP)) {
630 if (mtty->mp_txc == 0 || ISSET(mtty->mp_flags, MTTYF_STOP)) {
636 CLR(mtty->mp_flags, MTTYF_STOP);
1089 * notices that MTTYF_STOP has been set.
1091 SET(mp->mp_flags, MTTYF_STOP);

Completed in 141 milliseconds