Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dark3116.c243 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()
H A Df81232.c459 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()
H A Df81534.c644 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()
H A Dmos7720.c1013 data = mos7720_port->shadowLCR | UART_LCR_SBC; in mos7720_break()
1015 data = mos7720_port->shadowLCR & ~UART_LCR_SBC; in mos7720_break()
/linux/include/uapi/linux/
H A Dserial_reg.h111 #define UART_LCR_SBC 0x40 /* Set break control */ macro
/linux/drivers/tty/serial/
H A Dpxa.c300 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()
H A Dsunsu.c581 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()
H A Domap-serial.c652 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()
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/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/8250/
H A D8250_port.c1949 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()