Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial_reg.h108 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial_reg.h108 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial_reg.h110 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dserial_reg.h100 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dark3116.c221 lcr |= UART_LCR_STOP; in ark3116_set_termios()
H A Df81232.c671 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.c1598 lStop = UART_LCR_STOP; in change_port_settings()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h666 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial-tegra.c1335 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1338 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
H A Dpxa.c450 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
H A Dvr41xx_siu.c523 lcr |= UART_LCR_STOP; in siu_set_termios()
H A Domap-serial.c868 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_cls.c740 lcr |= UART_LCR_STOP; in cls_param()
H A Djsm_neo.c1009 lcr |= UART_LCR_STOP; in neo_param()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c270 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_omap.c383 cval |= UART_LCR_STOP; in omap_8250_set_termios()
H A D8250_port.c2626 cval |= UART_LCR_STOP; in serial8250_compute_lcr()