Searched refs:UART_LCR_SBC (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/usb/serial/ |
| D | ark3116.c | 259 lcr |= (priv->lcr & UART_LCR_SBC); in ark3116_set_termios() 473 priv->lcr |= UART_LCR_SBC; in ark3116_break_ctl() 475 priv->lcr &= ~UART_LCR_SBC; in ark3116_break_ctl()
|
| D | f81232.c | 388 priv->shadow_lcr |= UART_LCR_SBC; in f81232_break_ctl() 390 priv->shadow_lcr &= ~UART_LCR_SBC; in f81232_break_ctl() 589 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
|
| 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()
|
| D | mos7720.c | 1174 data = mos7720_port->shadowLCR | UART_LCR_SBC; in mos7720_break() 1176 data = mos7720_port->shadowLCR & ~UART_LCR_SBC; in mos7720_break()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | serial_reg.h | 104 #define UART_LCR_SBC 0x40 /* Set break control */ macro
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | vr41xx_siu.c | 293 lcr |= UART_LCR_SBC; in siu_break_ctl() 295 lcr &= ~UART_LCR_SBC; in siu_break_ctl() 489 lcr &= ~UART_LCR_SBC; in siu_shutdown()
|
| D | pxa.c | 326 up->lcr |= UART_LCR_SBC; in serial_pxa_break_ctl() 328 up->lcr &= ~UART_LCR_SBC; in serial_pxa_break_ctl() 420 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_pxa_shutdown()
|
| D | sunsu.c | 612 up->lcr |= UART_LCR_SBC; in sunsu_break_ctl() 614 up->lcr &= ~UART_LCR_SBC; in sunsu_break_ctl() 756 serial_out(up, UART_LCR, serial_inp(up, UART_LCR) & ~UART_LCR_SBC); in sunsu_shutdown()
|
| D | omap-serial.c | 709 up->lcr |= UART_LCR_SBC; in serial_omap_break_ctl() 711 up->lcr &= ~UART_LCR_SBC; in serial_omap_break_ctl() 815 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_omap_shutdown()
|
| D | serial-tegra.c | 253 lcr |= UART_LCR_SBC; in tegra_uart_break_ctl() 255 lcr &= ~UART_LCR_SBC; in tegra_uart_break_ctl()
|
| /Linux-v5.4/drivers/mmc/core/ |
| D | sdio_uart.c | 697 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.4/drivers/tty/serial/jsm/ |
| D | jsm_cls.c | 315 writeb((temp & ~UART_LCR_SBC), &ch->ch_cls_uart->lcr); in cls_clear_break() 938 writeb((temp | UART_LCR_SBC), &ch->ch_cls_uart->lcr); in cls_send_break()
|
| D | jsm_neo.c | 689 writeb((temp & ~UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_clear_break() 1360 writeb((temp | UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_send_break()
|
| /Linux-v5.4/drivers/tty/serial/8250/ |
| D | 8250_omap.c | 693 if (up->lcr & UART_LCR_SBC) in omap_8250_shutdown() 694 serial_out(up, UART_LCR, up->lcr & ~UART_LCR_SBC); in omap_8250_shutdown()
|
| D | 8250_port.c | 1952 up->lcr |= UART_LCR_SBC; in serial8250_break_ctl() 1954 up->lcr &= ~UART_LCR_SBC; in serial8250_break_ctl() 2380 serial_port_in(port, UART_LCR) & ~UART_LCR_SBC); in serial8250_do_shutdown()
|
| /Linux-v5.4/drivers/tty/ |
| D | mxser.c | 2048 outb(inb(info->ioaddr + UART_LCR) | UART_LCR_SBC, in mxser_rs_break() 2051 outb(inb(info->ioaddr + UART_LCR) & ~UART_LCR_SBC, in mxser_rs_break()
|