Searched refs:PRE_EMPTIVE (Results 1 – 2 of 2) sorted by relevance
422 #define PRE_EMPTIVE 0x80 /* Pre-emptive bit in command field */ macro432 #define WFLUSH (0x04 | PRE_EMPTIVE) /* Write flush */433 #define RFLUSH (0x05 | PRE_EMPTIVE) /* Read flush */434 #define RESUME (0x06 | PRE_EMPTIVE) /* Resume if xoffed */437 #define SUSPEND (0x09 | PRE_EMPTIVE) /* Susp op (behave as tho xoffed) */438 #define FCLOSE (0x0a | PRE_EMPTIVE) /* Force close */440 #define MBIS (0x0c | PRE_EMPTIVE) /* Set modem lines */441 #define MBIC (0x0d | PRE_EMPTIVE) /* Clear modem lines */442 #define MSET (0x0e | PRE_EMPTIVE) /* Set modem lines */444 #define MGET (0x10 | PRE_EMPTIVE) /* Force update of modem status */[all …]
452 #define PRE_EMPTIVE 0x80 /* Pre-emptive command (sent via port's RUP) */ macro459 #define WFLUSH (0x04|PRE_EMPTIVE) /* Driver->RIO Write flush */460 #define RFLUSH (0x05|PRE_EMPTIVE) /* Driver->RIO Read flush */461 #define RESUME (0x06|PRE_EMPTIVE) /* Driver->RIO Behave as if XON received */464 #define SUSPEND (0x09|PRE_EMPTIVE) /* Driver->RIO Behave as if XOFF received */465 #define FCLOSE (0x0A|PRE_EMPTIVE) /* Driver->RIO Force close */467 #define MBIS (0x0C|PRE_EMPTIVE) /* Driver->RIO Set modem lines */468 #define MBIC (0x0D|PRE_EMPTIVE) /* Driver->RIO Clear modem lines */469 #define MSET (0x0E|PRE_EMPTIVE) /* Driver->RIO Set modem lines */471 #define MGET (0x10|PRE_EMPTIVE) /* Driver->RIO Force update of modem status */[all …]