Searched refs:tegra_pcib_set_bar (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/nvidia/ |
H A D | tegra_pcie.c | 1227 tegra_pcib_set_bar(struct tegra_pcib_softc *sc, int bar, uint32_t axi, in tegra_pcib_set_bar() function 1350 tegra_pcib_set_bar(sc, 0, rman_get_start(sc->cfg_mem_res), in tegra_pcib_enable() 1354 tegra_pcib_set_bar(sc, 1, sc->io_range.host, FPCI_MAP_IO, in tegra_pcib_enable() 1358 tegra_pcib_set_bar(sc, 2, sc->pref_mem_range.host, in tegra_pcib_enable() 1362 tegra_pcib_set_bar(sc, 3, sc->mem_range.host, in tegra_pcib_enable() 1366 tegra_pcib_set_bar(sc, 4, 0, 0, 0, 0); in tegra_pcib_enable() 1367 tegra_pcib_set_bar(sc, 5, 0, 0, 0, 0); in tegra_pcib_enable() 1368 tegra_pcib_set_bar(sc, 6, 0, 0, 0, 0); in tegra_pcib_enable() 1369 tegra_pcib_set_bar(sc, 7, 0, 0, 0, 0); in tegra_pcib_enable() 1370 tegra_pcib_set_bar(sc, 8, 0, 0, 0, 0); in tegra_pcib_enable() [all …]
|