Searched refs:UART_LCR_SBC (Results 1 – 4 of 4) sorted by relevance
111 #define UART_LCR_SBC 0x40 /* Set break control */ macro
679 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()
258 lcr |= UART_LCR_SBC; in tegra_uart_break_ctl()260 lcr &= ~UART_LCR_SBC; in tegra_uart_break_ctl()
798 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()