Home
last modified time | relevance | path

Searched refs:intc_res (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dpl190.c79 struct resource * intc_res; member
84 bus_read_4(sc->intc_res, (reg))
86 bus_write_4(sc->intc_res, (reg), (val))
238 sc->intc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in pl190_intc_attach()
240 if (sc->intc_res == NULL) { in pl190_intc_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c127 struct resource * intc_res; member
393 sc->intc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, RF_ACTIVE); in bcm_intc_attach()
394 if (sc->intc_res == NULL) { in bcm_intc_attach()
401 bus_release_resource(dev, SYS_RES_MEMORY, 0, sc->intc_res); in bcm_intc_attach()
423 sc->intc_bst = rman_get_bustag(sc->intc_res); in bcm_intc_attach()
424 sc->intc_bsh = rman_get_bushandle(sc->intc_res); in bcm_intc_attach()