Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dpluart.c115 #define UART_IMSC_RTIM (1 << 6) macro
224 sc->sc_imsc = UART_IMSC_RXIM | UART_IMSC_RTIM; in pluart_attach_common()
254 if (!ISSET(is, UART_IMSC_RXIM) && !ISSET(is, UART_IMSC_RTIM) && in pluart_intr()