Searched refs:UART_LCR_PARITY (Results 1 - 25 of 45) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.h47 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.h47 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dm32r_sio_reg.h115 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
H A Dmrst_max3110.c623 parity |= UART_LCR_PARITY;
H A Dioc3_serial.c630 UART_LCR_PARITY | LCR_MASK_STOP_BITS);
637 lcr |= UART_LCR_PARITY;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dm32r_sio_reg.h115 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
H A Dmrst_max3110.c623 parity |= UART_LCR_PARITY;
H A Dioc3_serial.c630 UART_LCR_PARITY | LCR_MASK_STOP_BITS);
637 lcr |= UART_LCR_PARITY;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dserial_reg.h95 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dserial_reg.h95 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dserial_reg.h95 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dserial_reg.h95 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dserial_reg.h95 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Dssu100.c35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
246 urb_value |= UART_LCR_PARITY;
H A Dark3116.c257 lcr |= UART_LCR_PARITY;
H A Dmos7720.c1653 lParity = UART_LCR_PARITY;
1656 lParity = (UART_LCR_EPAR | UART_LCR_PARITY);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/serial/
H A Dssu100.c35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
246 urb_value |= UART_LCR_PARITY;
H A Dark3116.c257 lcr |= UART_LCR_PARITY;
H A Dmos7720.c1653 lParity = UART_LCR_PARITY;
1656 lParity = (UART_LCR_EPAR | UART_LCR_PARITY);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Damiserial.c717 cval |= UART_LCR_PARITY;
826 if(cval & UART_LCR_PARITY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Damiserial.c717 cval |= UART_LCR_PARITY;
826 if(cval & UART_LCR_PARITY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/card/
H A Dsdio_uart.c292 cval |= UART_LCR_PARITY;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c1001 lcr |= UART_LCR_PARITY;

Completed in 247 milliseconds

12