Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/tty/serial/
Dcpm_uart.c529 cval |= SMCMR_PEN; in cpm_uart_set_termios()