Searched refs:UART_LCR_STOP (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR;
/linux-master/include/uapi/linux/
H A Dserial_reg.h108 * UART_LCR_STOP will select 1.5 stop bits, not 2 stop bits.
115 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/linux-master/drivers/usb/serial/
H A Dark3116.c206 lcr |= UART_LCR_STOP;
H A Df81232.c649 new_lcr |= UART_LCR_STOP;
H A Dmos7720.c1410 lStop = UART_LCR_STOP;
H A Df81534.c975 new_lcr |= UART_LCR_STOP;
/linux-master/drivers/tty/serial/
H A Dsunplus-uart.c366 lcr |= UART_LCR_STOP;
H A Dserial-tegra.c1332 lcr |= UART_LCR_STOP;
1334 lcr &= ~UART_LCR_STOP;
H A Dpxa.c414 cval |= UART_LCR_STOP;
H A Domap-serial.c787 cval |= UART_LCR_STOP;
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c255 cval |= UART_LCR_STOP;
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c1004 lcr |= UART_LCR_STOP;
H A Djsm_cls.c729 lcr |= UART_LCR_STOP;
/linux-master/drivers/tty/
H A Dmxser.c595 cval |= UART_LCR_STOP;
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c392 cval |= UART_LCR_STOP;
H A D8250_port.c2603 cval |= UART_LCR_STOP;

Completed in 159 milliseconds