Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dcpm1.h119 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
120 #define SMCMR_BS SMCMR_PEN
Dcpm2.h203 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
204 #define SMCMR_BS SMCMR_PEN
/linux-6.1.9/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c526 cval |= SMCMR_PEN; in cpm_uart_set_termios()