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

  /src/sys/arch/arm/footbridge/
footbridge_com.c 394 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo)
398 if (bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) {
416 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo)
572 status = bus_space_read_4(iot, ioh, UART_FLAGS);
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)
786 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo)
792 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo)
dc21285reg.h 289 #define UART_FLAGS 0x178

Completed in 31 milliseconds