Searched refs:TEGRA_EVP_BASE (Results 1 – 4 of 4) sorted by relevance
62 mmio_write_32(TEGRA_EVP_BASE + EVP_CPU_RESET_VECTOR, in plat_secondary_setup()64 val = mmio_read_32(TEGRA_EVP_BASE + EVP_CPU_RESET_VECTOR); in plat_secondary_setup()
271 mmio_write_32(TEGRA_EVP_BASE + EVP_BPMP_RESET_VECTOR, entrypoint); in tegra_fc_bpmp_on()272 while (entrypoint != mmio_read_32(TEGRA_EVP_BASE + EVP_BPMP_RESET_VECTOR)) in tegra_fc_bpmp_on()297 mmio_write_32(TEGRA_EVP_BASE + EVP_BPMP_RESET_VECTOR, 0); in tegra_fc_bpmp_off()298 while (0 != mmio_read_32(TEGRA_EVP_BASE + EVP_BPMP_RESET_VECTOR)) in tegra_fc_bpmp_off()
73 #define TEGRA_EVP_BASE U(0x6000F000) macro
185 #define TEGRA_EVP_BASE U(0x6000F000) macro