Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dcpm1.h114 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
115 #define SMCMR_BS SMCMR_PEN
H A Dcpm2.h199 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
200 #define SMCMR_BS SMCMR_PEN
/linux/drivers/tty/serial/
H A Dcpm_uart.c529 cval |= SMCMR_PEN; in cpm_uart_set_termios()