Home
last modified time | relevance | path

Searched refs:bus_tag (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/nvidia/
H A Dtegra_pcie.c362 bus_space_tag_t bus_tag; /* tag of config window */ member
403 bus_space_unmap(sc->bus_tag, sc->cfg_handle, 0x800); in tegra_pcbib_map_cfg()
405 rv = bus_space_map(sc->bus_tag, offs, 0x800, 0, &sc->cfg_handle); in tegra_pcbib_map_cfg()
445 val = bus_space_read_4(sc->bus_tag, hndl, off & ~3); in tegra_pcib_read_config()
496 bus_space_write_4(sc->bus_tag, hndl, off, val); in tegra_pcib_write_config()
499 val2 = bus_space_read_4(sc->bus_tag, hndl, off & ~3); in tegra_pcib_write_config()
502 bus_space_write_4(sc->bus_tag, hndl, off & ~3, val2); in tegra_pcib_write_config()
505 val2 = bus_space_read_4(sc->bus_tag, hndl, off & ~3); in tegra_pcib_write_config()
508 bus_space_write_4(sc->bus_tag, hndl, off & ~3, val2); in tegra_pcib_write_config()
1478 sc->bus_tag = rman_get_bustag(sc->pads_mem_res); in tegra_pcib_attach()
[all …]
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_plat_services.h200 #define al_bus_dma_to_va(bus_tag, bus_handle) ((void*)bus_handle) argument