Home
last modified time | relevance | path

Searched refs:soekris_gpio_read (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dsoekrisgpio.c79 static int soekris_gpio_read(void *, int);
150 sc->sc_gpio_pins[i].pin_state = soekris_gpio_read(sc, i); in soekris_attach()
154 sc->sc_gpio_gc.gp_pin_read = soekris_gpio_read; in soekris_attach()
194 soekris_gpio_read(void *arg, int pin) in soekris_gpio_read() function