Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twa/
HDtw_osl_inline.h170 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()
HDtw_osl.h163 bus_space_handle_t bus_handle; /* bus space handle */ member
HDtw_osl_freebsd.c348 sc->bus_handle = rman_get_bushandle(sc->reg_res); in twa_attach()
/dragonfly/sys/dev/raid/tws/
HDtws_services.c174 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()
HDtws.h226 bus_space_handle_t bus_handle; /* bus space handle */ member
HDtws.c252 sc->bus_handle = rman_get_bushandle(sc->reg_res); in tws_attach()
/dragonfly/sys/dev/disk/isp/
HDisp_freebsd.h232 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/
HDmrsas.c247 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()
HDmrsas.h2308 bus_space_handle_t bus_handle; // bus space handle member