Home
last modified time | relevance | path

Searched refs:vt8500_read (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dvt8500_serial.c159 if ((vt8500_read(port, VT8500_URISR) & RXOVER)) { in handle_rx()
165 while (vt8500_read(port, VT8500_URFIDX) & 0x1f00) { in handle_rx()
231 isr = vt8500_read(port, VT8500_URISR); in vt8500_irq()
252 usr = vt8500_read(port, VT8500_URUSR); in vt8500_get_mctrl()
261 unsigned int lcr = vt8500_read(port, VT8500_URLCR); in vt8500_set_mctrl()
275 vt8500_read(port, VT8500_URLCR) | VT8500_BREAK, in vt8500_break_ctl()
354 lcr = vt8500_read(&vt8500_port->uart, VT8500_URLCR); in vt8500_set_termios()
458 status = vt8500_read(port, VT8500_URFIDX); in wait_for_xmitr()
480 ier = vt8500_read(&vt8500_port->uart, VT8500_URIER); in vt8500_console_write()
541 return vt8500_read(port, VT8500_RXFIFO) & 0xff; in vt8500_get_poll_char()
[all …]