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

/freebsd-current/sys/arm/allwinner/a10/
H A Da10_intc.c101 struct resource * aintc_res; member in struct:a10_aintc_softc
329 sc->aintc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
331 if (!sc->aintc_res) {
336 sc->aintc_bst = rman_get_bustag(sc->aintc_res);
337 sc->aintc_bsh = rman_get_bushandle(sc->aintc_res);
361 sc->aintc_res);
/freebsd-current/sys/arm/ti/
H A Daintc.c74 struct resource * aintc_res[3]; member in struct:ti_aintc_softc
257 if (bus_alloc_resources(dev, ti_aintc_spec, sc->aintc_res)) {
262 sc->aintc_bst = rman_get_bustag(sc->aintc_res[0]);
263 sc->aintc_bsh = rman_get_bushandle(sc->aintc_res[0]);

Completed in 85 milliseconds