Searched refs:sc_bh (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_mbox.c | 79 bus_space_handle_t sc_bh; member 110 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg)); in ti_mbox_reg_read() 116 bus_space_write_4(sc->sc_bt, sc->sc_bh, reg, val); in ti_mbox_reg_write() 156 sc->sc_bh = rman_get_bushandle(sc->sc_mem_res); in ti_mbox_attach()
|
| H A D | ti_wdt.c | 74 bus_space_handle_t sc_bh; member 101 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg)); in ti_wdt_reg_read() 108 bus_space_write_4(sc->sc_bt, sc->sc_bh, reg, val); in ti_wdt_reg_write() 173 sc->sc_bh = rman_get_bushandle(sc->sc_mem_res); in ti_wdt_attach()
|
| H A D | ti_pruss.c | 137 bus_space_handle_t sc_bh; member 295 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg)); in ti_pruss_reg_read() 301 bus_space_write_4(sc->sc_bt, sc->sc_bh, reg, val); in ti_pruss_reg_write() 633 sc->sc_bh = rman_get_bushandle(sc->sc_mem_res); in ti_pruss_attach()
|