Searched refs:UART_LCR_SBC (Results 1 – 15 of 15) sorted by relevance
/drivers/tty/serial/ |
D | m32r_sio_reg.h | 112 #define UART_LCR_SBC 0x40 /* Set break control */ macro
|
D | pxa.c | 328 up->lcr |= UART_LCR_SBC; in serial_pxa_break_ctl() 330 up->lcr &= ~UART_LCR_SBC; in serial_pxa_break_ctl() 447 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_pxa_shutdown()
|
D | vr41xx_siu.c | 306 lcr |= UART_LCR_SBC; in siu_break_ctl() 308 lcr &= ~UART_LCR_SBC; in siu_break_ctl() 502 lcr &= ~UART_LCR_SBC; in siu_shutdown()
|
D | sunsu.c | 603 up->lcr |= UART_LCR_SBC; in sunsu_break_ctl() 605 up->lcr &= ~UART_LCR_SBC; in sunsu_break_ctl() 745 serial_out(up, UART_LCR, serial_inp(up, UART_LCR) & ~UART_LCR_SBC); in sunsu_shutdown()
|
D | mfd.c | 738 up->lcr |= UART_LCR_SBC; in serial_hsu_break_ctl() 740 up->lcr &= ~UART_LCR_SBC; in serial_hsu_break_ctl() 861 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_hsu_shutdown()
|
D | omap-serial.c | 620 up->lcr |= UART_LCR_SBC; in serial_omap_break_ctl() 622 up->lcr &= ~UART_LCR_SBC; in serial_omap_break_ctl() 715 serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC); in serial_omap_shutdown()
|
D | serial-tegra.c | 231 lcr |= UART_LCR_SBC; in tegra_uart_break_ctl() 233 lcr &= ~UART_LCR_SBC; in tegra_uart_break_ctl()
|
/drivers/usb/serial/ |
D | ark3116.c | 285 lcr |= (priv->lcr & UART_LCR_SBC); in ark3116_set_termios() 505 priv->lcr |= UART_LCR_SBC; in ark3116_break_ctl() 507 priv->lcr &= ~UART_LCR_SBC; in ark3116_break_ctl()
|
D | mos7720.c | 1170 data = mos7720_port->shadowLCR | UART_LCR_SBC; in mos7720_break() 1172 data = mos7720_port->shadowLCR & ~UART_LCR_SBC; in mos7720_break()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 703 port->lcr &= ~UART_LCR_SBC; in sdio_uart_shutdown() 930 port->lcr |= UART_LCR_SBC; in sdio_uart_break_ctl() 932 port->lcr &= ~UART_LCR_SBC; in sdio_uart_break_ctl()
|
/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 706 writeb((temp & ~UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_clear_break() 1377 writeb((temp | UART_LCR_SBC), &ch->ch_neo_uart->lcr); in neo_send_break()
|
/drivers/isdn/hisax/ |
D | elsa_ser.c | 225 serial_outp(cs, UART_LCR, serial_inp(cs, UART_LCR) & ~UART_LCR_SBC); in mshutdown()
|
/drivers/tty/serial/8250/ |
D | 8250_core.c | 1848 up->lcr |= UART_LCR_SBC; in serial8250_break_ctl() 1850 up->lcr &= ~UART_LCR_SBC; in serial8250_break_ctl() 2226 serial_port_in(port, UART_LCR) & ~UART_LCR_SBC); in serial8250_shutdown()
|
/drivers/staging/sb105x/ |
D | sb_pci_mp.c | 2410 mtpt->lcr |= UART_LCR_SBC; in multi_break_ctl() 2412 mtpt->lcr &= ~UART_LCR_SBC; in multi_break_ctl() 2502 serial_out(mtpt, UART_LCR, serial_inp(mtpt, UART_LCR) & ~UART_LCR_SBC); in multi_shutdown()
|
/drivers/tty/ |
D | mxser.c | 2052 outb(inb(info->ioaddr + UART_LCR) | UART_LCR_SBC, in mxser_rs_break() 2055 outb(inb(info->ioaddr + UART_LCR) & ~UART_LCR_SBC, in mxser_rs_break()
|