Searched refs:utrstat (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Dexuart.c388 u_int32_t utrstat; local
390 utrstat = bus_space_read_4(iot, ioh, EXUART_UTRSTAT);
395 if (utrstat & (EXUART_S5L_UTRSTAT_RXTHRESH |
399 if (utrstat & EXUART_S5L_UTRSTAT_TXTHRESH)
402 bus_space_write_4(iot, ioh, EXUART_UTRSTAT, utrstat);

Completed in 279 milliseconds