Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/footbridge/
Dfootbridge_com.c573 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()
Ddc21285reg.h291 #define UART_RX_FULL 0x10 macro