Home
last modified time | relevance | path

Searched refs:FRM_ERR (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/tc/
Dzs.h383 #define FRM_ERR 0x40 /* CRC/Framing Error */ macro
Dzs.c434 } else if (stat & FRM_ERR) { in receive_chars()
2336 if (stat & (Rx_OVR|FRM_ERR|PAR_ERR)) in kgdbhook_rx_char()
/linux-2.4.37.9/drivers/macintosh/
Dmacserial.h419 #define FRM_ERR 0x40 /* CRC/Framing Error */ macro
Dmacserial.c386 } else if (stat & FRM_ERR) { in stat_to_flag()
410 if (stat & (Rx_OVR|FRM_ERR|PAR_ERR)) in receive_chars()