Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dvt8500_serial.c53 #define VT8500_URFIDX 0x0024 /* FIFO index */ macro
178 while (vt8500_read(port, VT8500_URFIDX) & 0x1f00) { in handle_rx()
219 while ((vt8500_read(port, VT8500_URFIDX) & 0x1f) < 16) { in handle_tx()
280 return (vt8500_read(port, VT8500_URFIDX) & 0x1f) < 16 ? in vt8500_tx_empty()
494 status = vt8500_read(port, VT8500_URFIDX); in wait_for_xmitr()
572 unsigned int status = vt8500_read(port, VT8500_URFIDX); in vt8500_get_poll_char()
585 status = vt8500_read(port, VT8500_URFIDX); in vt8500_put_poll_char()