Searched refs:UART_LCR_SBC (Results 1 – 8 of 8) 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()
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()