Searched refs:bus_tag (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl_inline.h168 bus_space_tag_t bus_tag = local
169 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_tag;
174 return((TW_UINT32)bus_space_read_4(bus_tag, bus_handle,
177 return((TW_UINT32)bus_space_read_2(bus_tag, bus_handle,
180 return((TW_UINT32)bus_space_read_1(bus_tag, bus_handle,
202 bus_space_tag_t bus_tag = local
203 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_tag;
208 bus_space_write_4(bus_tag, bus_handle, offset, value);
210 bus_space_write_2(bus_tag, bus_handle, offset, (TW_INT16)value);
212 bus_space_write_1(bus_tag, bus_handl
[all...]
H A Dtw_osl.h163 bus_space_tag_t bus_tag; /* bus space tag */ member in struct:twa_softc
H A Dtw_osl_freebsd.c353 sc->bus_tag = rman_get_bustag(sc->reg_res);
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.c173 bus_space_tag_t bus_tag = sc->bus_tag; local
177 bus_space_write_4(bus_tag, bus_handle, offset, value);
180 bus_space_write_2(bus_tag, bus_handle, offset,
183 bus_space_write_1(bus_tag, bus_handle, offset, (u_int8_t)value);
189 bus_space_tag_t bus_tag = sc->bus_tag; local
193 return((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset));
195 return((u_int32_t)bus_space_read_2(bus_tag, bus_handle, offset));
197 return((u_int32_t)bus_space_read_1(bus_tag, bus_handl
[all...]
H A Dtws.h235 bus_space_tag_t bus_tag; /* bus space tag */ member in struct:tws_softc
H A Dtws.c254 sc->bus_tag = rman_get_bustag(sc->reg_res);
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h105 bus_space_tag_t bus_tag; /* DMA Tag */ member in struct:xge_bus_resource_t
523 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
546 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
568 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
591 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
612 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
635 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
657 (bus_space_tag_t)(((xge_bus_resource_t *)regh)->bus_tag);
H A Dif_nxge.c850 ((xge_bus_resource_t *)(pci_info->bar0resource))->bus_tag =
875 ((xge_bus_resource_t *)(pci_info->bar1resource))->bus_tag =
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_private.h239 bus_space_tag_t bus_tag; member in struct:nvme_controller
322 bus_space_read_4((sc)->bus_tag, (sc)->bus_handle, \
326 bus_space_write_4((sc)->bus_tag, (sc)->bus_handle, \
331 bus_space_write_4((sc)->bus_tag, (sc)->bus_handle, \
333 bus_space_write_4((sc)->bus_tag, (sc)->bus_handle, \
H A Dnvme_ctrlr.c67 ctrlr->bus_tag = rman_get_bustag(ctrlr->resource);
/freebsd-11-stable/sys/dev/isci/
H A Disci.c149 pci_bar->bus_tag = rman_get_bustag(pci_bar->resource);
587 bus_space_write_4(isci->pci_bar[bar].bus_tag,
614 return (bus_space_read_4(isci->pci_bar[bar].bus_tag,
H A Disci.h224 bus_space_tag_t bus_tag; member in struct:ISCI_PCI_BAR
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h135 #define al_bus_dma_to_va(bus_tag, bus_handle) ((void*)bus_handle)
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pcie.c315 bus_space_tag_t bus_tag; /* tag of config window */ member in struct:tegra_pcib_softc
356 bus_space_unmap(sc->bus_tag, sc->cfg_handle, 0x800);
358 rv = bus_space_map(sc->bus_tag, offs, 0x800, 0, &sc->cfg_handle);
398 val = bus_space_read_4(sc->bus_tag, hndl, off & ~3);
449 bus_space_write_4(sc->bus_tag, hndl, off, val);
452 val2 = bus_space_read_4(sc->bus_tag, hndl, off & ~3);
455 bus_space_write_4(sc->bus_tag, hndl, off & ~3, val2);
458 val2 = bus_space_read_4(sc->bus_tag, hndl, off & ~3);
461 bus_space_write_4(sc->bus_tag, hndl, off & ~3, val2);
1483 sc->bus_tag
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c301 bus_space_tag_t bus_tag = sc->bus_tag; local
304 bus_space_write_4(bus_tag, bus_handle, offset, value);
310 bus_space_tag_t bus_tag = sc->bus_tag; local
313 return ((u_int32_t)bus_space_read_4(bus_tag, bus_handle, offset));
935 sc->bus_tag = rman_get_bustag(sc->reg_res);
H A Dmrsas.h3194 bus_space_tag_t bus_tag; member in struct:mrsas_softc

Completed in 310 milliseconds