Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/arm/mv/kirkwood/
HDkirkwood.c45 struct resource_spec mv_gpio_res[] = { variable
/freebsd-11-stable/sys/arm/mv/discovery/
HDdiscovery.c70 struct resource_spec mv_gpio_res[] = { variable
/freebsd-11-stable/sys/arm/mv/orion/
HDorion.c67 struct resource_spec mv_gpio_res[] = { variable
/freebsd-11-stable/sys/arm/mv/
HDgpio.c68 extern struct resource_spec mv_gpio_res[];
171 error = bus_alloc_resources(dev, mv_gpio_res, sc->res); in mv_gpio_attach()
198 bus_release_resources(dev, mv_gpio_res, sc->res); in mv_gpio_attach()