Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c555 cval |= SMCMR_PEN; in cpm_uart_set_termios()