Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_gpio.c106 static int gpio_dispatch(struct pxagpio_softc *, int);
409 gpio_dispatch(struct pxagpio_softc *sc, int gpio_base) in gpio_dispatch() function
483 handled = gpio_dispatch(sc, 0); in gpio_intrN()
484 handled |= gpio_dispatch(sc, 32); in gpio_intrN()
485 handled |= gpio_dispatch(sc, 64); in gpio_intrN()
487 handled |= gpio_dispatch(sc, 96); in gpio_intrN()