Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dcpm1.h118 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
119 #define SMCMR_BS SMCMR_PEN
Dcpm2.h203 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
204 #define SMCMR_BS SMCMR_PEN
/Linux-v5.4/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c562 cval |= SMCMR_PEN; in cpm_uart_set_termios()