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

  /src/sys/dev/gpio/
gpiopps.c 60 int sc_assert_val; member in struct:gpiopps_softc
129 sc->sc_assert_val = GPIO_PIN_HIGH;
164 sc->sc_assert_val = GPIO_PIN_LOW;
318 if (val == sc->sc_assert_val)
gpiopps.c 60 int sc_assert_val; member in struct:gpiopps_softc
129 sc->sc_assert_val = GPIO_PIN_HIGH;
164 sc->sc_assert_val = GPIO_PIN_LOW;
318 if (val == sc->sc_assert_val)

Completed in 82 milliseconds