Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dark3116.c257 lcr |= (priv->lcr & UART_LCR_SBC); in ark3116_set_termios()
459 priv->lcr |= UART_LCR_SBC; in ark3116_break_ctl()
461 priv->lcr &= ~UART_LCR_SBC; in ark3116_break_ctl()
Df81232.c484 priv->shadow_lcr |= UART_LCR_SBC; in f81232_break_ctl()
486 priv->shadow_lcr &= ~UART_LCR_SBC; in f81232_break_ctl()
685 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
Df81534.c642 value = lcr | (port_priv->shadow_lcr & UART_LCR_SBC); in f81534_set_port_config()
666 port_priv->shadow_lcr |= UART_LCR_SBC; in f81534_break_ctl()
668 port_priv->shadow_lcr &= ~UART_LCR_SBC; in f81534_break_ctl()
Dmos7720.c1013 data = mos7720_port->shadowLCR | UART_LCR_SBC; in mos7720_break()
1015 data = mos7720_port->shadowLCR & ~UART_LCR_SBC; in mos7720_break()
/Linux-v5.15/include/uapi/linux/
Dserial_reg.h105 #define UART_LCR_SBC 0x40 /* Set break control */ macro
/Linux-v5.15/drivers/tty/serial/
Dpxa.c322 up->lcr |= UART_LCR_SBC; in serial_pxa_break_ctl()
324 up->lcr &= ~UART_LCR_SBC; in serial_pxa_break_ctl()
416 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_pxa_shutdown()
Dvr41xx_siu.c289 lcr |= UART_LCR_SBC; in siu_break_ctl()
291 lcr &= ~UART_LCR_SBC; in siu_break_ctl()
485 lcr &= ~UART_LCR_SBC; in siu_shutdown()
Dsunsu.c604 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()
Domap-serial.c679 up->lcr |= UART_LCR_SBC; in serial_omap_break_ctl()
681 up->lcr &= ~UART_LCR_SBC; in serial_omap_break_ctl()
780 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_omap_shutdown()
Dserial-tegra.c259 lcr |= UART_LCR_SBC; in tegra_uart_break_ctl()
261 lcr &= ~UART_LCR_SBC; in tegra_uart_break_ctl()
/Linux-v5.15/drivers/mmc/core/
Dsdio_uart.c697 port->lcr &= ~UART_LCR_SBC; in sdio_uart_shutdown()
924 port->lcr |= UART_LCR_SBC; in sdio_uart_break_ctl()
926 port->lcr &= ~UART_LCR_SBC; in sdio_uart_break_ctl()
/Linux-v5.15/drivers/tty/serial/jsm/
Djsm_cls.c315 writeb((temp & ~UART_LCR_SBC), &ch->ch_cls_uart->lcr); in cls_clear_break()
936 writeb((temp | UART_LCR_SBC), &ch->ch_cls_uart->lcr); in cls_send_break()
Djsm_neo.c689 writeb((temp & ~UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_clear_break()
1362 writeb((temp | UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_send_break()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_omap.c759 if (up->lcr & UART_LCR_SBC) in omap_8250_shutdown()
760 serial_out(up, UART_LCR, up->lcr & ~UART_LCR_SBC); in omap_8250_shutdown()
D8250_port.c2058 up->lcr |= UART_LCR_SBC; in serial8250_break_ctl()
2060 up->lcr &= ~UART_LCR_SBC; in serial8250_break_ctl()
2481 serial_port_in(port, UART_LCR) & ~UART_LCR_SBC); in serial8250_do_shutdown()
/Linux-v5.15/drivers/tty/
Dmxser.c1530 lcr |= UART_LCR_SBC; in mxser_rs_break()
1532 lcr &= ~UART_LCR_SBC; in mxser_rs_break()