Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c129 bus_space_handle_t intc_bsh; member
145 bus_space_read_4((_sc)->intc_bst, (_sc)->intc_bsh, (reg))
147 bus_space_write_4((_sc)->intc_bst, (_sc)->intc_bsh, (reg), (val))
424 sc->intc_bsh = rman_get_bushandle(sc->intc_res); in bcm_intc_attach()