Searched refs:UART_FLAGS (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/arm/footbridge/ |
| D | footbridge_com.c | 394 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()
|
| D | dc21285reg.h | 289 #define UART_FLAGS 0x178 macro
|