Searched refs:BRK_ABRT (Results 1 – 11 of 11) sorted by relevance
352 if (ch & BRK_ABRT) in sunzilog_receive_chars()353 r1 |= BRK_ABRT; in sunzilog_receive_chars()371 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()372 if (r1 & BRK_ABRT) { in sunzilog_receive_chars()385 if (r1 & BRK_ABRT) in sunzilog_receive_chars()418 if (status & BRK_ABRT) { in sunzilog_status_handle()428 if (!(status & BRK_ABRT)) in sunzilog_status_handle()927 up->port.read_status_mask |= BRK_ABRT; in sunzilog_convert_to_zs()933 up->port.ignore_status_mask |= BRK_ABRT; in sunzilog_convert_to_zs()1027 if (ch & BRK_ABRT) in sunzilog_get_poll_char()[all …]
236 #define BRK_ABRT 0x80 /* Break/Abort */ macro
216 #define BRK_ABRT 0x80 /* Break/Abort */ macro
220 #define BRK_ABRT 0x80 /* Break/Abort */ macro
330 if ((status & BRK_ABRT) && !(up->prev_status & BRK_ABRT)) { in ip22zilog_status_handle()862 up->port.read_status_mask |= BRK_ABRT; in ip22zilog_convert_to_zs()868 up->port.ignore_status_mask |= BRK_ABRT; in ip22zilog_convert_to_zs()
275 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()277 if (r1 & BRK_ABRT) { in pmz_receive_chars()291 if (r1 & BRK_ABRT) in pmz_receive_chars()354 if (status & BRK_ABRT) in pmz_status_handle()1086 uap->port.read_status_mask |= BRK_ABRT; in pmz_convert_to_zs()1092 uap->port.ignore_status_mask |= BRK_ABRT; in pmz_convert_to_zs()
311 #define BRK_ABRT 0x80 /* Break/Abort */ macro
663 brk = status & BRK_ABRT; in zs_status_handle()800 zport->brk = read_zsreg(zport, R0) & BRK_ABRT; in zs_startup()
180 #define BRK_ABRT 0x80 /* Break/Abort */ macro
443 if (chg_and_stat & BRK_ABRT) /* Received an ABORT */ in scc_exint()
203 #define BRK_ABRT 0x80 /* Break/Abort */ macro