Searched refs:UART_FR (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/sys/dev/ic/ |
| H A D | pluart.c | 60 #define UART_FR 0x18 /* Flag register */ macro 213 fr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, UART_FR); in pluart_attach_common() 267 while (!ISSET(bus_space_read_4(iot, ioh, UART_FR), UART_FR_RXFE)) { in pluart_intr() 437 fr = bus_space_read_4(iot, ioh, UART_FR); in pluart_start() 879 while ((bus_space_read_4(pluartconsiot, pluartconsioh, UART_FR) & in pluartcngetc() 892 while ((bus_space_read_4(pluartconsiot, pluartconsioh, UART_FR) & in pluartcnputc()
|