Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/arch/m68k/include/asm/
Dcommproc.h192 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
193 #define SMCMR_BS SMCMR_PEN
/linux-3.4.99/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c549 cval |= SMCMR_PEN; in cpm_uart_set_termios()
/linux-3.4.99/drivers/staging/serial/
D68360serial.c897 cval |= SMCMR_PEN; in change_speed()