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

  /src/sys/arch/hpcsh/dev/
j6x0lcd.c 136 int sc_contrast_max; member in struct:j6x0lcd_softc
223 sc->sc_contrast_max =
226 sc->sc_contrast = sc->sc_contrast_max
237 sc->sc_contrast_max =
345 *(int *)msg = sc->sc_contrast_max;
365 if (value > sc->sc_contrast_max)
366 value = sc->sc_contrast_max;
j6x0lcd.c 136 int sc_contrast_max; member in struct:j6x0lcd_softc
223 sc->sc_contrast_max =
226 sc->sc_contrast = sc->sc_contrast_max
237 sc->sc_contrast_max =
345 *(int *)msg = sc->sc_contrast_max;
365 if (value > sc->sc_contrast_max)
366 value = sc->sc_contrast_max;

Completed in 22 milliseconds