Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dcommproc.h192 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
193 #define SMCMR_BS SMCMR_PEN
/linux-4.1.27/arch/powerpc/include/asm/
Dcpm1.h117 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
118 #define SMCMR_BS SMCMR_PEN
Dcpm2.h202 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
203 #define SMCMR_BS SMCMR_PEN
/linux-4.1.27/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c567 cval |= SMCMR_PEN; in cpm_uart_set_termios()