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

/drivers/tty/serial/
H A Dpmac_zilog.h49 #define PMACZILOG_FLAG_BREAK 0x00010000 macro
H A Dpmac_zilog.c257 if (ch == 0 && uap->flags & PMACZILOG_FLAG_BREAK) {
258 uap->flags &= ~PMACZILOG_FLAG_BREAK;
366 uap->flags |= PMACZILOG_FLAG_BREAK;

Completed in 12 milliseconds