Searched refs:FRM_ERR (Results 1 – 4 of 4) sorted by relevance
383 #define FRM_ERR 0x40 /* CRC/Framing Error */ macro
434 } else if (stat & FRM_ERR) { in receive_chars()2336 if (stat & (Rx_OVR|FRM_ERR|PAR_ERR)) in kgdbhook_rx_char()
419 #define FRM_ERR 0x40 /* CRC/Framing Error */ macro
386 } else if (stat & FRM_ERR) { in stat_to_flag()410 if (stat & (Rx_OVR|FRM_ERR|PAR_ERR)) in receive_chars()