Home
last modified time | relevance | path

Searched refs:UART_LCR_PARITY (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dsetup_se.c228 lcr |= UART_LCR_PARITY; in kgdb_uart_setup()
231 lcr |= (UART_LCR_PARITY | UART_LCR_EPAR); in kgdb_uart_setup()
/linux-2.4.37.9/include/linux/
Dserial_reg.h79 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/linux-2.4.37.9/include/asm-mips/
Dau1000.h939 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/linux-2.4.37.9/drivers/char/
Damiserial.c762 cval |= UART_LCR_PARITY; in change_speed()
872 if(cval & UART_LCR_PARITY) in change_speed()
Dau1x00-serial.c1030 cval |= UART_LCR_PARITY;
3055 cval |= UART_LCR_PARITY;
Dmxser.c2077 cval |= UART_LCR_PARITY; in mxser_change_speed()
Dserial.c1666 cval |= UART_LCR_PARITY; in change_speed()
6006 cval |= UART_LCR_PARITY; in serial_console_setup()
Desp.c1122 cval |= UART_LCR_PARITY; in change_speed()
/linux-2.4.37.9/drivers/sbus/char/
Dsu.c987 cval |= UART_LCR_PARITY; in change_speed()
2944 cval |= UART_LCR_PARITY; in serial_console_setup()
/linux-2.4.37.9/drivers/isdn/
Disdn_tty.c1076 cval |= UART_LCR_PARITY; in isdn_tty_change_speed()