Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_pl011.c115 #define RIS_RTIM (1 << 6) /* Receive timeout */ macro
413 psc->imsc = (UART_RXREADY | RIS_RTIM | UART_TXEMPTY); in uart_pl011_bus_attach()
480 if (ints & (UART_RXREADY | RIS_RTIM)) in uart_pl011_bus_ipend()