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

/freebsd-11-stable/sys/arm/allwinner/a10/
H A Da10_intc.c109 struct resource * aintc_res; member in struct:a10_aintc_softc
373 sc->aintc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
375 if (!sc->aintc_res) {
380 sc->aintc_bst = rman_get_bustag(sc->aintc_res);
381 sc->aintc_bsh = rman_get_bushandle(sc->aintc_res);
407 sc->aintc_res);
/freebsd-11-stable/sys/arm/ti/
H A Daintc.c80 struct resource * aintc_res[3]; member in struct:ti_aintc_softc
281 if (bus_alloc_resources(dev, ti_aintc_spec, sc->aintc_res)) {
286 sc->aintc_bst = rman_get_bustag(sc->aintc_res[0]);
287 sc->aintc_bsh = rman_get_bushandle(sc->aintc_res[0]);

Completed in 88 milliseconds