Home
last modified time | relevance | path

Searched refs:UART_LCR_SBC (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dserial_reg.h111 #define UART_LCR_SBC 0x40 /* Set break control */ macro
/linux/drivers/mmc/core/
H A Dsdio_uart.c679 port->lcr &= ~UART_LCR_SBC; in sdio_uart_shutdown()
906 port->lcr |= UART_LCR_SBC; in sdio_uart_break_ctl()
908 port->lcr &= ~UART_LCR_SBC; in sdio_uart_break_ctl()
/linux/drivers/tty/serial/
H A Dserial-tegra.c258 lcr |= UART_LCR_SBC; in tegra_uart_break_ctl()
260 lcr &= ~UART_LCR_SBC; in tegra_uart_break_ctl()
/linux/drivers/tty/serial/8250/
H A D8250_omap.c798 if (up->lcr & UART_LCR_SBC) in omap_8250_shutdown()
799 serial_out(up, UART_LCR, up->lcr & ~UART_LCR_SBC); in omap_8250_shutdown()