Searched refs:VT8500_URLCR (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | vt8500_serial.c | 38 #define VT8500_URLCR 0x000C /* Line control */ macro 288 unsigned int lcr = vt8500_read(port, VT8500_URLCR); in vt8500_set_mctrl() 295 vt8500_write(port, lcr, VT8500_URLCR); in vt8500_set_mctrl() 302 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK, in vt8500_break_ctl() 303 VT8500_URLCR); in vt8500_break_ctl() 344 vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */ in vt8500_startup() 381 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR); in vt8500_set_termios() 413 vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR); in vt8500_set_termios()
|