Home
last modified time | relevance | path

Searched refs:Rx_SYS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dip22zilog.c249 #define Rx_SYS 0x0200 /* SysRq event software flag. */ macro
283 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { in ip22zilog_receive_chars()
286 if (r1 & (Rx_SYS | Rx_BRK)) { in ip22zilog_receive_chars()
288 if (r1 & Rx_SYS) in ip22zilog_receive_chars()
331 up->tty_break = Rx_SYS; in ip22zilog_status_handle()
Dzs.c538 #define Rx_SYS 0x0200 /* SysRq event software flag. */ macro
569 (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) { in zs_receive_chars()
579 if (status & (Rx_SYS | Rx_BRK)) { in zs_receive_chars()
582 if (status & Rx_SYS) in zs_receive_chars()
666 zport->tty_break = Rx_SYS; in zs_status_handle()