Searched refs:UART_RX_FULL (Results 1 – 2 of 2) sorted by relevance
573 if ((status & UART_RX_FULL)) in fcom_rxintr()605 while (!ISSET(bus_space_read_4(iot, ioh, UART_FLAGS), UART_RX_FULL))757 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_RX_FULL) != 0) in fcomcngetc()
291 #define UART_RX_FULL 0x10 macro