Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dvt8500_serial.c44 #define VT8500_RXFIFO 0x1020 /* Receive FIFO (16x10) */ macro
169 c = readw(port->membase + VT8500_RXFIFO) & 0x3ff; in handle_rx()
541 return vt8500_read(port, VT8500_RXFIFO) & 0xff; in vt8500_get_poll_char()