Searched refs:VT8500_URLCR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | vt8500_serial.c | 34 #define VT8500_URLCR 0x000C /* Line control */ macro 261 unsigned int lcr = vt8500_read(port, VT8500_URLCR); in vt8500_set_mctrl() 268 vt8500_write(port, lcr, VT8500_URLCR); in vt8500_set_mctrl() 275 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK, in vt8500_break_ctl() 276 VT8500_URLCR); in vt8500_break_ctl() 317 vt8500_write(port, 0x03, VT8500_URLCR); /* enable TX & RX */ in vt8500_startup() 354 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR); in vt8500_set_termios() 386 vt8500_write(&vt8500_port->uart, lcr, VT8500_URLCR); in vt8500_set_termios()
|