Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dvt8500_serial.c37 #define VT8500_URISR 0x0018 /* Interrupt status */ macro
159 if ((vt8500_read(port, VT8500_URISR) & RXOVER)) { in handle_rx()
231 isr = vt8500_read(port, VT8500_URISR); in vt8500_irq()
234 vt8500_write(port, isr, VT8500_URISR); in vt8500_irq()