Home
last modified time | relevance | path

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

/openbsd/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); in exuart_attach()
532 if (!ISSET(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH)) { in exuart_start()
533 SET(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH); in exuart_start()
548 if (ISSET(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH)) { in exuart_start()
549 CLR(sc->sc_ucon, EXUART_S5L_UCON_TXTHRESH); in exuart_start()