Searched refs:bcm_gpio_res_spec (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c88 static struct resource_spec bcm_gpio_res_spec[] = { variable in typeref:struct:resource_spec
767 if (bus_alloc_resources(dev, bcm_gpio_res_spec, sc->sc_res) != 0) {
812 bus_release_resources(dev, bcm_gpio_res_spec, sc->sc_res);

Completed in 50 milliseconds