Searched refs:EXUART_UTRSTAT (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/fdt/ |
| D | exuartreg.h | 71 #define EXUART_UTRSTAT 0x10 macro
|
| D | exuart.c | 232 bus_space_write_4(sc->sc_iot, sc->sc_ioh, EXUART_UTRSTAT, in exuart_attach() 390 utrstat = bus_space_read_4(iot, ioh, EXUART_UTRSTAT); in exuart_s5l_intr() 402 bus_space_write_4(iot, ioh, EXUART_UTRSTAT, utrstat); in exuart_s5l_intr() 1033 while((bus_space_read_4(exuartconsiot, exuartconsioh, EXUART_UTRSTAT) & in exuartcngetc()
|