Home
last modified time | relevance | path

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

/freebsd/sys/riscv/starfive/
H A Djh7110_gpio.c65 static struct resource_spec jh7110_gpio_spec[] = { variable
279 bus_release_resources(dev, jh7110_gpio_spec, &sc->res); in jh7110_gpio_detach()
299 if (bus_alloc_resources(dev, jh7110_gpio_spec, &sc->res) != 0) { in jh7110_gpio_attach()
301 bus_release_resources(dev, jh7110_gpio_spec, &sc->res); in jh7110_gpio_attach()