Searched refs:UART_LCR_SBC (Results 1 – 11 of 11) sorted by relevance
243 lcr |= (priv->lcr & UART_LCR_SBC); in ark3116_set_termios()446 priv->lcr |= UART_LCR_SBC; in ark3116_break_ctl()448 priv->lcr &= ~UART_LCR_SBC; in ark3116_break_ctl()
459 priv->shadow_lcr |= UART_LCR_SBC; in f81232_break_ctl()461 priv->shadow_lcr &= ~UART_LCR_SBC; in f81232_break_ctl()654 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
644 value = lcr | (port_priv->shadow_lcr & UART_LCR_SBC); in f81534_set_port_config()668 port_priv->shadow_lcr |= UART_LCR_SBC; in f81534_break_ctl()670 port_priv->shadow_lcr &= ~UART_LCR_SBC; in f81534_break_ctl()
1013 data = mos7720_port->shadowLCR | UART_LCR_SBC; in mos7720_break()1015 data = mos7720_port->shadowLCR & ~UART_LCR_SBC; in mos7720_break()
111 #define UART_LCR_SBC 0x40 /* Set break control */ macro
300 up->lcr |= UART_LCR_SBC; in serial_pxa_break_ctl()302 up->lcr &= ~UART_LCR_SBC; in serial_pxa_break_ctl()394 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_pxa_shutdown()
581 up->lcr |= UART_LCR_SBC; in sunsu_break_ctl()583 up->lcr &= ~UART_LCR_SBC; in sunsu_break_ctl()725 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in sunsu_shutdown()
652 up->lcr |= UART_LCR_SBC; in serial_omap_break_ctl()654 up->lcr &= ~UART_LCR_SBC; in serial_omap_break_ctl()753 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_omap_shutdown()
258 lcr |= UART_LCR_SBC; in tegra_uart_break_ctl()260 lcr &= ~UART_LCR_SBC; in tegra_uart_break_ctl()
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()
1949 up->lcr |= UART_LCR_SBC; in serial8250_break_ctl()1951 up->lcr &= ~UART_LCR_SBC; in serial8250_break_ctl()2390 lcr &= ~UART_LCR_SBC; in serial8250_do_shutdown()