Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/openbmc/u-boot/include/linux/
H A Dserial_reg.h99 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h114 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/openbmc/linux/drivers/usb/serial/
H A Dark3116.c206 lcr |= UART_LCR_STOP; in ark3116_set_termios()
H A Df81232.c649 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
H A Df81534.c975 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
H A Dmos7720.c1410 lStop = UART_LCR_STOP; in change_port_settings()
/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c366 lcr |= UART_LCR_STOP; in sunplus_set_termios()
H A Dserial-tegra.c1332 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1334 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
H A Dpxa.c414 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
H A Domap-serial.c787 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c730 lcr |= UART_LCR_STOP; in cls_param()
H A Djsm_neo.c1004 lcr |= UART_LCR_STOP; in neo_param()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c257 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/openbmc/linux/drivers/tty/
H A Dmxser.c595 cval |= UART_LCR_STOP; in mxser_change_speed()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c2635 cval |= UART_LCR_STOP; in serial8250_compute_lcr()