HomeSort by: relevance | last modified time | path
    Searched refs:MTTYF_STOP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
magmareg.h 149 #define MTTYF_STOP (1<<4)
magma.c 645 if( !ISSET(mtty->mp_flags, MTTYF_STOP) ) {
690 if( mtty->mp_txc == 0 || ISSET(mtty->mp_flags, MTTYF_STOP) ) {
696 CLR(mtty->mp_flags, MTTYF_STOP);
1169 * notices that MTTYF_STOP has been set.
1171 SET(mp->mp_flags, MTTYF_STOP);

Completed in 13 milliseconds