Home
last modified time | relevance | path

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

/linux-4.1.27/arch/frv/kernel/
Dgdb-io.h48 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */ macro
/linux-4.1.27/drivers/tty/serial/
Dm32r_sio_reg.h116 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */ macro
Dserial-tegra.c1144 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1147 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
Dioc3_serial.c112 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
650 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Dpxa.c459 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
Dvr41xx_siu.c540 lcr |= UART_LCR_STOP; in siu_set_termios()
Dm32r_sio.c715 cval |= UART_LCR_STOP; in m32r_sio_set_termios()
Dioc4_serial.c379 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
1372 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Domap-serial.c886 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/
Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/linux-4.1.27/include/uapi/linux/
Dserial_reg.h107 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/linux-4.1.27/drivers/usb/serial/
Df81232.c475 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
Dark3116.c246 lcr |= UART_LCR_STOP; in ark3116_set_termios()
Dmos7720.c1585 lStop = UART_LCR_STOP; in change_port_settings()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_cls.c749 lcr |= UART_LCR_STOP; in cls_param()
Djsm_neo.c1019 lcr |= UART_LCR_STOP; in neo_param()
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c276 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_cls.c583 lcr |= UART_LCR_STOP; in cls_param()
Ddgnc_neo.c739 lcr |= UART_LCR_STOP; in neo_param()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_omap.c322 cval |= UART_LCR_STOP; in omap_8250_set_termios()
D8250_core.c2515 cval |= UART_LCR_STOP; in serial8250_compute_lcr()