HomeSort by: relevance | last modified time | path
    Searched refs:UART_RX_FULL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/footbridge/
footbridge_com.c 573 if ((status & UART_RX_FULL))
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)
dc21285reg.h 291 #define UART_RX_FULL 0x10

Completed in 44 milliseconds