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

/freebsd-13-stable/sys/arm/allwinner/
H A Daw_spi.c135 static struct resource_spec aw_spi_spec[] = { variable in typeref:struct:resource_spec
198 if (bus_alloc_resources(dev, aw_spi_spec, sc->res) != 0) {
207 bus_release_resources(dev, aw_spi_spec, sc->res);
273 bus_release_resources(dev, aw_spi_spec, sc->res);

Completed in 37 milliseconds