Searched refs:tegra_pcib_set_bar (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_pcie.c | 1232 tegra_pcib_set_bar(struct tegra_pcib_softc *sc, int bar, uint32_t axi, in tegra_pcib_set_bar() function 1355 tegra_pcib_set_bar(sc, 0, rman_get_start(sc->cfg_mem_res), in tegra_pcib_enable() 1359 tegra_pcib_set_bar(sc, 1, sc->io_range.host, FPCI_MAP_IO, in tegra_pcib_enable() 1363 tegra_pcib_set_bar(sc, 2, sc->pref_mem_range.host, in tegra_pcib_enable() 1367 tegra_pcib_set_bar(sc, 3, sc->mem_range.host, in tegra_pcib_enable() 1371 tegra_pcib_set_bar(sc, 4, 0, 0, 0, 0); in tegra_pcib_enable() 1372 tegra_pcib_set_bar(sc, 5, 0, 0, 0, 0); in tegra_pcib_enable() 1373 tegra_pcib_set_bar(sc, 6, 0, 0, 0, 0); in tegra_pcib_enable() 1374 tegra_pcib_set_bar(sc, 7, 0, 0, 0, 0); in tegra_pcib_enable() 1375 tegra_pcib_set_bar(sc, 8, 0, 0, 0, 0); in tegra_pcib_enable() [all …]
|