Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
DMC68EZ328.h731 #define URX_PARITY_ERROR 0x0100 /* Parity Error */ macro
DMC68328.h926 #define URX_PARITY_ERROR 0x0100 /* Parity Error */ macro
DMC68VZ328.h825 #define URX_PARITY_ERROR 0x0100 /* Parity Error */ macro
/linux-2.6.39/drivers/tty/serial/
D68328serial.c300 if(rx & URX_PARITY_ERROR) { in receive_chars()