Home
last modified time | relevance | path

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

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