HomeSort by: relevance | last modified time | path
    Searched refs:HD_TIMEDOUT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
hd44780var.h 98 #define HD_TIMEDOUT 0x20 /* lcd has recently stopped talking */
hd44780_subr.c 424 sc->sc_flags &= ~(HD_TIMEDOUT|HD_UP);
448 if (sc->sc_flags & HD_TIMEDOUT) {
605 if (sc->sc_flags & HD_TIMEDOUT)
680 if (sc->sc_flags & HD_TIMEDOUT)
687 sc->sc_flags |= HD_TIMEDOUT;

Completed in 13 milliseconds