Searched refs:bus_handle (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_inline.h154 bus_space_handle_t bus_handle = local
155 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle;
158 return((TW_UINT32)bus_space_read_4(bus_tag, bus_handle,
161 return((TW_UINT32)bus_space_read_2(bus_tag, bus_handle,
164 return((TW_UINT32)bus_space_read_1(bus_tag, bus_handle,
186 bus_space_handle_t bus_handle = local
187 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle;
190 bus_space_write_4(bus_tag, bus_handle, offset, value);
192 bus_space_write_2(bus_tag, bus_handle, offset, (TW_INT16)value);
194 bus_space_write_1(bus_tag, bus_handle, offse
[all...]
H A Dtw_osl.h163 bus_space_handle_t bus_handle; /* bus space handle */ member in struct:twa_softc
H A Dtw_osl_freebsd.c341 sc->bus_handle = rman_get_bushandle(sc->reg_res);
/freebsd-13-stable/sys/dev/tws/
H A Dtws_services.c169 bus_space_handle_t bus_handle = sc->bus_handle; local
172 bus_space_write_4(bus_tag, bus_handle, offset, value);
175 bus_space_write_2(bus_tag, bus_handle, offset,
178 bus_space_write_1(bus_tag, bus_handle, offset, (u_int8_t)value);
185 bus_space_handle_t bus_handle = sc->bus_handle; local
188 return((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset));
190 return((u_int32_t)bus_space_read_2(bus_tag, bus_handle, offset));
192 return((u_int32_t)bus_space_read_1(bus_tag, bus_handle, offse
[all...]
H A Dtws.h230 bus_space_handle_t bus_handle; /* bus space handle */ member in struct:tws_softc
H A Dtws.c250 sc->bus_handle = rman_get_bushandle(sc->reg_res);
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_ahci.c83 ctrlr->bus_handle = rman_get_bushandle(ctrlr->resource);
84 ctrlr->regs = (struct nvme_registers *)ctrlr->bus_handle;
H A Dnvme_private.h235 bus_space_handle_t bus_handle; member in struct:nvme_controller
329 bus_space_read_4((sc)->bus_tag, (sc)->bus_handle, \
333 bus_space_write_4((sc)->bus_tag, (sc)->bus_handle, \
338 bus_space_write_4((sc)->bus_tag, (sc)->bus_handle, \
340 bus_space_write_4((sc)->bus_tag, (sc)->bus_handle, \
H A Dnvme_pci.c163 ctrlr->bus_handle = rman_get_bushandle(ctrlr->resource);
164 ctrlr->regs = (struct nvme_registers *)ctrlr->bus_handle;
H A Dnvme_qpair.c631 bus_space_write_4(qpair->ctrlr->bus_tag, qpair->ctrlr->bus_handle,
985 bus_space_write_4(qpair->ctrlr->bus_tag, qpair->ctrlr->bus_handle,
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h149 * On ARMv7, bus_handle holds the information about VA of accessed memory. It
200 #define al_bus_dma_to_va(bus_tag, bus_handle) ((void*)bus_handle)
/freebsd-13-stable/sys/dev/isci/
H A Disci.c152 pci_bar->bus_handle =
593 isci->pci_bar[bar].bus_handle, offset, write_value);
620 isci->pci_bar[bar].bus_handle, offset));
H A Disci.h230 bus_space_handle_t bus_handle; member in struct:ISCI_PCI_BAR
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c302 bus_space_handle_t bus_handle = sc->bus_handle; local
304 bus_space_write_4(bus_tag, bus_handle, offset, value);
311 bus_space_handle_t bus_handle = sc->bus_handle; local
313 return ((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset));
928 sc->bus_handle = rman_get_bushandle(sc->reg_res);
H A Dmrsas.h3450 bus_space_handle_t bus_handle; member in struct:mrsas_softc

Completed in 260 milliseconds