Searched refs:mpfgpio_get_pin (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/riscv64/dev/
H A Dmpfgpio.c74 int mpfgpio_get_pin(void *, uint32_t *);
139 sc->sc_gc.gc_get_pin = mpfgpio_get_pin;
173 mpfgpio_get_pin(void *cookie, uint32_t *cells) function
217 return mpfgpio_get_pin(sc, cells) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;

Completed in 109 milliseconds