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()376 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()377 if (r1 & BRK_ABRT) { in sunzilog_receive_chars()390 if (r1 & BRK_ABRT) in sunzilog_receive_chars()423 if (status & BRK_ABRT) { in sunzilog_status_handle()433 if (!(status & BRK_ABRT)) in sunzilog_status_handle()925 up->port.read_status_mask |= BRK_ABRT; in sunzilog_convert_to_zs()931 up->port.ignore_status_mask |= BRK_ABRT; in sunzilog_convert_to_zs()1023 if (ch & BRK_ABRT) in sunzilog_get_poll_char()[all …]
235 #define BRK_ABRT 0x80 /* Break/Abort */ macro
215 #define BRK_ABRT 0x80 /* Break/Abort */ macro
219 #define BRK_ABRT 0x80 /* Break/Abort */ macro
334 if ((status & BRK_ABRT) && !(up->prev_status & BRK_ABRT)) { in ip22zilog_status_handle()860 up->port.read_status_mask |= BRK_ABRT; in ip22zilog_convert_to_zs()866 up->port.ignore_status_mask |= BRK_ABRT; in ip22zilog_convert_to_zs()
297 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()299 if (r1 & BRK_ABRT) { in pmz_receive_chars()313 if (r1 & BRK_ABRT) in pmz_receive_chars()378 if (status & BRK_ABRT) in pmz_status_handle()1148 uap->port.read_status_mask |= BRK_ABRT; in pmz_convert_to_zs()1154 uap->port.ignore_status_mask |= BRK_ABRT; in pmz_convert_to_zs()
321 #define BRK_ABRT 0x80 /* Break/Abort */ macro
661 brk = status & BRK_ABRT; in zs_status_handle()798 zport->brk = read_zsreg(zport, R0) & BRK_ABRT; in zs_startup()
179 #define BRK_ABRT 0x80 /* Break/Abort */ macro
443 if (chg_and_stat & BRK_ABRT) /* Received an ABORT */ in scc_exint()
202 #define BRK_ABRT 0x80 /* Break/Abort */ macro