Searched refs:UART_LCR_SBC (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/usb/serial/ |
A D | ark3116.c | 243 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()
|
A D | f81232.c | 460 priv->shadow_lcr |= UART_LCR_SBC; in f81232_break_ctl() 462 priv->shadow_lcr &= ~UART_LCR_SBC; in f81232_break_ctl() 653 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
|
A D | f81534.c | 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()
|
A D | mos7720.c | 1013 data = mos7720_port->shadowLCR | UART_LCR_SBC; in mos7720_break() 1015 data = mos7720_port->shadowLCR & ~UART_LCR_SBC; in mos7720_break()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | serial_reg.h | 110 #define UART_LCR_SBC 0x40 /* Set break control */ macro
|
/linux-6.3-rc2/drivers/tty/serial/ |
A D | pxa.c | 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()
|
A D | sunsu.c | 604 up->lcr |= UART_LCR_SBC; in sunsu_break_ctl() 606 up->lcr &= ~UART_LCR_SBC; in sunsu_break_ctl() 748 serial_out(up, UART_LCR, serial_inp(up, UART_LCR) & ~UART_LCR_SBC); in sunsu_shutdown()
|
A D | omap-serial.c | 659 up->lcr |= UART_LCR_SBC; in serial_omap_break_ctl() 661 up->lcr &= ~UART_LCR_SBC; in serial_omap_break_ctl() 760 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_omap_shutdown()
|
A D | serial-tegra.c | 259 lcr |= UART_LCR_SBC; in tegra_uart_break_ctl() 261 lcr &= ~UART_LCR_SBC; in tegra_uart_break_ctl()
|
/linux-6.3-rc2/drivers/mmc/core/ |
A D | sdio_uart.c | 683 port->lcr &= ~UART_LCR_SBC; in sdio_uart_shutdown() 910 port->lcr |= UART_LCR_SBC; in sdio_uart_break_ctl() 912 port->lcr &= ~UART_LCR_SBC; in sdio_uart_break_ctl()
|
/linux-6.3-rc2/drivers/tty/serial/jsm/ |
A D | jsm_cls.c | 315 writeb((temp & ~UART_LCR_SBC), &ch->ch_cls_uart->lcr); in cls_clear_break() 914 writeb((temp | UART_LCR_SBC), &ch->ch_cls_uart->lcr); in cls_send_break()
|
A D | jsm_neo.c | 690 writeb((temp & ~UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_clear_break() 1343 writeb((temp | UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_send_break()
|
/linux-6.3-rc2/drivers/tty/serial/8250/ |
A D | 8250_omap.c | 760 if (up->lcr & UART_LCR_SBC) in omap_8250_shutdown() 761 serial_out(up, UART_LCR, up->lcr & ~UART_LCR_SBC); in omap_8250_shutdown()
|
A D | 8250_port.c | 2079 up->lcr |= UART_LCR_SBC; in serial8250_break_ctl() 2081 up->lcr &= ~UART_LCR_SBC; in serial8250_break_ctl() 2507 serial_port_in(port, UART_LCR) & ~UART_LCR_SBC); in serial8250_do_shutdown()
|
/linux-6.3-rc2/drivers/tty/ |
A D | mxser.c | 1471 lcr |= UART_LCR_SBC; in mxser_rs_break() 1473 lcr &= ~UART_LCR_SBC; in mxser_rs_break()
|
Completed in 42 milliseconds