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

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_gpio_v1.c105 static struct resource_spec mtk_gpio_spec[] = { variable in typeref:struct:resource_spec
267 if (bus_alloc_resources(dev, mtk_gpio_spec, sc->res)) {
330 bus_release_resources(dev, mtk_gpio_spec, sc->res);
345 bus_release_resources(dev, mtk_gpio_spec, sc->res);
H A Dmtk_gpio_v2.c90 static struct resource_spec mtk_gpio_spec[] = { variable in typeref:struct:resource_spec
258 if (bus_alloc_resources(dev, mtk_gpio_spec, sc->res)) {
321 bus_release_resources(dev, mtk_gpio_spec, sc->res);
336 bus_release_resources(dev, mtk_gpio_spec, sc->res);

Completed in 71 milliseconds