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

  /src/sys/dev/gpio/
gpiopps.c 124 int assert_edge = GPIO_INTR_POS_EDGE; local in function:gpiopps_attach
162 assert_edge = GPIO_INTR_NEG_EDGE;
178 if ((intrcaps & assert_edge) == 0) {
181 assert_edge == GPIO_INTR_POS_EDGE ? "positive"
186 sc->sc_intrs[0].sc_irqmode = assert_edge;
246 } else if (intrcaps & assert_edge) {
247 sc->sc_intrs[0].sc_irqmode = assert_edge;
251 assert_edge == GPIO_INTR_POS_EDGE ? "positive"
gpiopps.c 124 int assert_edge = GPIO_INTR_POS_EDGE; local in function:gpiopps_attach
162 assert_edge = GPIO_INTR_NEG_EDGE;
178 if ((intrcaps & assert_edge) == 0) {
181 assert_edge == GPIO_INTR_POS_EDGE ? "positive"
186 sc->sc_intrs[0].sc_irqmode = assert_edge;
246 } else if (intrcaps & assert_edge) {
247 sc->sc_intrs[0].sc_irqmode = assert_edge;
251 assert_edge == GPIO_INTR_POS_EDGE ? "positive"

Completed in 52 milliseconds