Searched refs:VT8500_URLCR (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/tty/serial/ |
| D | vt8500_serial.c | 34 #define VT8500_URLCR 0x000C /* Line control */ macro 282 unsigned int lcr = vt8500_read(port, VT8500_URLCR); in vt8500_set_mctrl() 289 vt8500_write(port, lcr, VT8500_URLCR); in vt8500_set_mctrl() 296 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK, in vt8500_break_ctl() 297 VT8500_URLCR); in vt8500_break_ctl() 338 vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */ in vt8500_startup() 375 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR); in vt8500_set_termios() 407 vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR); in vt8500_set_termios()
|