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

/openbsd-current/sys/dev/fdt/
H A Dexuartreg.h59 #define EXUART_S5L_UCON_TXTHRESH (0x1 << 13) macro
H A Dexuart.c229 CLR(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH);
532 if (!ISSET(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH)) {
533 SET(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH);
548 if (ISSET(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH)) {
549 CLR(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH);

Completed in 123 milliseconds