Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
DMC68EZ328.h733 #define URX_FRAME_ERROR 0x0400 /* Framing Error */ macro
DMC68328.h928 #define URX_FRAME_ERROR 0x0400 /* Framing Error */ macro
DMC68VZ328.h827 #define URX_FRAME_ERROR 0x0400 /* Framing Error */ macro
/linux-2.6.39/drivers/tty/serial/
D68328serial.c306 } else if(rx & URX_FRAME_ERROR) { in receive_chars()