UART_LCR_STOP      70 arch/powerpc/platforms/embedded6xx/ls_uart.c 	cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR;
UART_LCR_STOP     270 drivers/mmc/core/sdio_uart.c 		cval |= UART_LCR_STOP;
UART_LCR_STOP     358 drivers/tty/serial/8250/8250_omap.c 		cval |= UART_LCR_STOP;
UART_LCR_STOP    2486 drivers/tty/serial/8250/8250_port.c 		cval |= UART_LCR_STOP;
UART_LCR_STOP     740 drivers/tty/serial/jsm/jsm_cls.c 		lcr |= UART_LCR_STOP;
UART_LCR_STOP    1007 drivers/tty/serial/jsm/jsm_neo.c 		lcr |= UART_LCR_STOP;
UART_LCR_STOP     864 drivers/tty/serial/omap-serial.c 		cval |= UART_LCR_STOP;
UART_LCR_STOP     454 drivers/tty/serial/pxa.c 		cval |= UART_LCR_STOP;
UART_LCR_STOP    1324 drivers/tty/serial/serial-tegra.c 		lcr |= UART_LCR_STOP;
UART_LCR_STOP    1327 drivers/tty/serial/serial-tegra.c 		lcr &= ~UART_LCR_STOP;
UART_LCR_STOP     527 drivers/tty/serial/vr41xx_siu.c 		lcr |= UART_LCR_STOP;
UART_LCR_STOP     221 drivers/usb/serial/ark3116.c 		lcr |= UART_LCR_STOP;
UART_LCR_STOP     569 drivers/usb/serial/f81232.c 		new_lcr |= UART_LCR_STOP;
UART_LCR_STOP     973 drivers/usb/serial/f81534.c 		new_lcr |= UART_LCR_STOP;
UART_LCR_STOP    1592 drivers/usb/serial/mos7720.c 		lStop = UART_LCR_STOP;