Searched refs:VT8500_URLCR (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | vt8500_serial.c | 34 #define VT8500_URLCR 0x000C /* Line control */ macro 284 unsigned int lcr = vt8500_read(port, VT8500_URLCR); in vt8500_set_mctrl() 291 vt8500_write(port, lcr, VT8500_URLCR); in vt8500_set_mctrl() 298 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK, in vt8500_break_ctl() 299 VT8500_URLCR); in vt8500_break_ctl() 340 vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */ in vt8500_startup() 377 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR); in vt8500_set_termios() 409 vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR); in vt8500_set_termios()
|