Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_pcie.c327 bus_space_handle_t cfg_handle; /* handle of config window */ member
361 bus_space_handle_t cfg_handle; /* handle of config window */ member
400 if ((sc->cfg_handle != 0) && (sc->cfg_cur_offs == offs)) in tegra_pcbib_map_cfg()
402 if (sc->cfg_handle != 0) in tegra_pcbib_map_cfg()
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()
430 hndl = sc->ports[i]->cfg_handle; in tegra_pcib_read_config()
441 hndl = sc->cfg_handle; in tegra_pcib_read_config()
479 hndl = sc->ports[i]->cfg_handle; in tegra_pcib_write_config()
490 hndl = sc->cfg_handle; in tegra_pcib_write_config()
[all …]