Searched refs:bus_handle (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sys/dev/raid/twa/ |
| HD | tw_osl_inline.h | 170 bus_space_handle_t bus_handle = in tw_osl_read_reg_inline() local 171 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle; in tw_osl_read_reg_inline() 174 return((TW_UINT32)bus_space_read_4(bus_tag, bus_handle, in tw_osl_read_reg_inline() 177 return((TW_UINT32)bus_space_read_2(bus_tag, bus_handle, in tw_osl_read_reg_inline() 180 return((TW_UINT32)bus_space_read_1(bus_tag, bus_handle, in tw_osl_read_reg_inline() 204 bus_space_handle_t bus_handle = in tw_osl_write_reg_inline() local 205 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle; in tw_osl_write_reg_inline() 208 bus_space_write_4(bus_tag, bus_handle, offset, value); in tw_osl_write_reg_inline() 210 bus_space_write_2(bus_tag, bus_handle, offset, (TW_INT16)value); in tw_osl_write_reg_inline() 212 bus_space_write_1(bus_tag, bus_handle, offset, (TW_INT8)value); in tw_osl_write_reg_inline()
|
| HD | tw_osl.h | 163 bus_space_handle_t bus_handle; /* bus space handle */ member
|
| HD | tw_osl_freebsd.c | 348 sc->bus_handle = rman_get_bushandle(sc->reg_res); in twa_attach()
|
| /dragonfly/sys/dev/raid/tws/ |
| HD | tws_services.c | 174 bus_space_handle_t bus_handle = sc->bus_handle; in tws_write_reg() local 177 bus_space_write_4(bus_tag, bus_handle, offset, value); in tws_write_reg() 180 bus_space_write_2(bus_tag, bus_handle, offset, in tws_write_reg() 183 bus_space_write_1(bus_tag, bus_handle, offset, (u_int8_t)value); in tws_write_reg() 190 bus_space_handle_t bus_handle = sc->bus_handle; in tws_read_reg() local 193 return((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset)); in tws_read_reg() 195 return((u_int32_t)bus_space_read_2(bus_tag, bus_handle, offset)); in tws_read_reg() 197 return((u_int32_t)bus_space_read_1(bus_tag, bus_handle, offset)); in tws_read_reg()
|
| HD | tws.h | 226 bus_space_handle_t bus_handle; /* bus space handle */ member
|
| HD | tws.c | 252 sc->bus_handle = rman_get_bushandle(sc->reg_res); in tws_attach()
|
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp_freebsd.h | 232 bus_space_handle_t bus_handle; member 304 #define isp_bus_handle isp_osinfo.bus_handle 367 isp->isp_osinfo.bus_handle, offset, size, \
|
| /dragonfly/sys/dev/raid/mrsas/ |
| HD | mrsas.c | 247 bus_space_handle_t bus_handle = sc->bus_handle; in mrsas_write_reg() local 249 bus_space_write_4(bus_tag, bus_handle, offset, value); in mrsas_write_reg() 256 bus_space_handle_t bus_handle = sc->bus_handle; in mrsas_read_reg() local 258 return((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset)); in mrsas_read_reg() 767 sc->bus_handle = rman_get_bushandle(sc->reg_res); in mrsas_attach()
|
| HD | mrsas.h | 2308 bus_space_handle_t bus_handle; // bus space handle member
|