Home
last modified time | relevance | path

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

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