Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dcpm1.h119 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
120 #define SMCMR_BS SMCMR_PEN
H A Dcpm2.h203 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
204 #define SMCMR_BS SMCMR_PEN
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h148 #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ macro
149 #define SMCMR_BS SMCMR_PEN
/openbmc/linux/drivers/tty/serial/
H A Dcpm_uart.c529 cval |= SMCMR_PEN; in cpm_uart_set_termios()