Searched refs:UART_LCR_SBC (Results 1 – 11 of 11) sorted by relevance
242 lcr |= (priv->lcr & UART_LCR_SBC); in ark3116_set_termios() 445 priv->lcr |= UART_LCR_SBC; in ark3116_break_ctl() 447 priv->lcr &= ~UART_LCR_SBC; in ark3116_break_ctl()
456 priv->shadow_lcr |= UART_LCR_SBC; in f81232_break_ctl() 458 priv->shadow_lcr &= ~UART_LCR_SBC; in f81232_break_ctl() 651 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
643 value = lcr | (port_priv->shadow_lcr & UART_LCR_SBC); in f81534_set_port_config() 667 port_priv->shadow_lcr |= UART_LCR_SBC; in f81534_break_ctl() 669 port_priv->shadow_lcr &= ~UART_LCR_SBC; in f81534_break_ctl()
1014 data = mos7720_port->shadowLCR | UART_LCR_SBC; in mos7720_break() 1016 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()
1961 up->lcr |= UART_LCR_SBC; in wait_for_lsr() 1963 up->lcr &= ~UART_LCR_SBC; in wait_for_lsr() 2406 lcr &= ~UART_LCR_SBC; in serial8250_do_shutdown()