Searched refs:VT8500_URLCR (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | vt8500_serial.c | 47 #define VT8500_URLCR 0x000C /* Line control */ macro 297 unsigned int lcr = vt8500_read(port, VT8500_URLCR); in vt8500_set_mctrl() 304 vt8500_write(port, lcr, VT8500_URLCR); in vt8500_set_mctrl() 311 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK, in vt8500_break_ctl() 312 VT8500_URLCR); in vt8500_break_ctl() 353 vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */ in vt8500_startup() 390 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR); in vt8500_set_termios() 422 vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR); in vt8500_set_termios()
|