Home
last modified time | relevance | path

Searched refs:BRK_ABRT (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/tty/serial/
H A Dsunzilog.c345 /* This funny hack depends upon BRK_ABRT not interfering in sunzilog_receive_chars()
348 if (ch & BRK_ABRT) in sunzilog_receive_chars()
349 r1 |= BRK_ABRT; in sunzilog_receive_chars()
367 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
368 if (r1 & BRK_ABRT) { in sunzilog_receive_chars()
381 if (r1 & BRK_ABRT) in sunzilog_receive_chars()
414 if (status & BRK_ABRT) { in sunzilog_status_handle()
424 if (!(status & BRK_ABRT)) in sunzilog_status_handle()
920 up->port.read_status_mask |= BRK_ABRT; in sunzilog_convert_to_zs()
926 up->port.ignore_status_mask |= BRK_ABRT; in sunzilog_convert_to_zs()
[all...]
H A Dzs.h236 #define BRK_ABRT 0x80 /* Break/Abort */ macro
H A Dpmac_zilog.c263 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()
264 if (r1 & BRK_ABRT) { in pmz_receive_chars()
278 if (r1 & BRK_ABRT) in pmz_receive_chars()
328 if (status & BRK_ABRT) in pmz_status_handle()
1039 uap->port.read_status_mask |= BRK_ABRT; in pmz_convert_to_zs()
1045 uap->port.ignore_status_mask |= BRK_ABRT; in pmz_convert_to_zs()
H A Dsunzilog.h220 #define BRK_ABRT 0x80 /* Break/Abort */ macro
H A Dip22zilog.h216 #define BRK_ABRT 0x80 /* Break/Abort */ macro
H A Dip22zilog.c326 if ((status & BRK_ABRT) && !(up->prev_status & BRK_ABRT)) { in ip22zilog_status_handle()
854 up->port.read_status_mask |= BRK_ABRT; in ip22zilog_convert_to_zs()
860 up->port.ignore_status_mask |= BRK_ABRT; in ip22zilog_convert_to_zs()
H A Dpmac_zilog.h301 #define BRK_ABRT 0x80 /* Break/Abort */ macro
H A Dzs.c660 brk = status & BRK_ABRT; in zs_status_handle()
797 zport->brk = read_zsreg(zport, R0) & BRK_ABRT; in zs_startup()
/linux/drivers/net/hamradio/
H A Dz8530.h180 #define BRK_ABRT 0x80 /* Break/Abort */ macro
H A Dscc.c445 if (chg_and_stat & BRK_ABRT) /* Received an ABORT */ in scc_exint()