Searched refs:VT8500_URFIDX (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | vt8500_serial.c | 40 #define VT8500_URFIDX 0x0024 /* FIFO index */ macro 165 while (vt8500_read(port, VT8500_URFIDX) & 0x1f00) { in handle_rx() 206 while ((vt8500_read(port, VT8500_URFIDX) & 0x1f) < 16) { in handle_tx() 267 return (vt8500_read(port, VT8500_URFIDX) & 0x1f) < 16 ? in vt8500_tx_empty() 481 status = vt8500_read(port, VT8500_URFIDX); in wait_for_xmitr() 559 unsigned int status = vt8500_read(port, VT8500_URFIDX); in vt8500_get_poll_char() 572 status = vt8500_read(port, VT8500_URFIDX); in vt8500_put_poll_char()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | vt8500_serial.c | 40 #define VT8500_URFIDX 0x0024 /* FIFO index */ macro 165 while (vt8500_read(port, VT8500_URFIDX) & 0x1f00) { in handle_rx() 192 unsigned int idx = vt8500_read(port, VT8500_URFIDX) & 0x1f; in vt8500_tx_empty() 458 status = vt8500_read(port, VT8500_URFIDX); in wait_for_xmitr() 536 unsigned int status = vt8500_read(port, VT8500_URFIDX); in vt8500_get_poll_char() 549 status = vt8500_read(port, VT8500_URFIDX); in vt8500_put_poll_char()
|
Completed in 2 milliseconds