Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmvebu_gpio.c84 #define MV_GPIO_MAX_NPINS 32 macro
112 struct gpio_pin gpio_pins[MV_GPIO_MAX_NPINS];
727 sc->gpio_npins = MIN(pincnt, MV_GPIO_MAX_NPINS); in mvebu_gpio_attach()
H A Dmvreg.h300 #define MV_GPIO_MAX_NPINS 64 macro
H A Dgpio.c83 struct intr_event * gpio_events[MV_GPIO_MAX_NPINS];
91 struct gpio_pin gpio_setup[MV_GPIO_MAX_NPINS];
314 sc->pin_num = MIN(pincnt, MV_GPIO_MAX_NPINS); in mv_gpio_attach()