Home
last modified time | relevance | path

Searched refs:mp_flags (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/sbus/
Dmagma.c475 SET(mbpp->mp_flags, MBPPF_WAKEUP); in magma_hard()
508 SET(mtty->mp_flags, in magma_hard()
538 SET(mtty->mp_flags, MTTYF_CARRIER_CHANGED); in magma_hard()
574 SET(mbpp->mp_flags, MBPPF_WAKEUP); in magma_hard()
585 if (!ISSET(mtty->mp_flags, MTTYF_STOP)) { in magma_hard()
589 if (ISSET(mtty->mp_flags, MTTYF_SET_BREAK)) { in magma_hard()
593 CLR(mtty->mp_flags, MTTYF_SET_BREAK); in magma_hard()
597 if (ISSET(mtty->mp_flags, MTTYF_CLR_BREAK)) { in magma_hard()
600 CLR(mtty->mp_flags, MTTYF_CLR_BREAK); in magma_hard()
630 if (mtty->mp_txc == 0 || ISSET(mtty->mp_flags, MTTYF_STOP)) { in magma_hard()
[all …]
Dmagmareg.h140 int mp_flags; /* port flags */ member
171 int mp_flags; member
/openbsd/src/sys/net/
Dofp.h659 uint16_t mp_flags; member