Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/uart/
HDuart_dev_pl011.c116 #define RIS_RTIM (1 << 6) /* Receive timeout */ macro
359 psc->imsc = (UART_RXREADY | RIS_RTIM | UART_TXEMPTY); in uart_pl011_bus_attach()
426 if (ints & (UART_RXREADY | RIS_RTIM)) in uart_pl011_bus_ipend()