Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/footbridge/
Dfootbridge_com.c394 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo) in fcomstart()
398 if (bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) { in fcomstart()
416 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo) in fcomstart()
572 status = bus_space_read_4(iot, ioh, UART_FLAGS); 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()
786 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo) in fcomcnputc()
792 while ((bus_space_read_4(iot, ioh, UART_FLAGS) & UART_TX_BUSY) && --timo) in fcomcnputc()
Ddc21285reg.h289 #define UART_FLAGS 0x178 macro