Searched refs:addr_low (Results 1 – 3 of 3) sorted by relevance
31 uint32_t addr_low, addr_high; in plat_secondary_setup() local53 addr_low = (uint32_t)params_from_bl2->tzdram_base | CPU_RESET_MODE_AA64; in plat_secondary_setup()57 mmio_write_32(TEGRA_MISC_BASE + MISCREG_AA64_RST_LOW, addr_low); in plat_secondary_setup()58 assert(mmio_read_32(TEGRA_MISC_BASE + MISCREG_AA64_RST_LOW) == addr_low); in plat_secondary_setup()64 addr_low); in plat_secondary_setup()65 assert(mmio_read_32(TEGRA_SCRATCH_BASE + SCRATCH_RESET_VECTOR_LO) == addr_low); in plat_secondary_setup()
28 uint32_t addr_low, addr_high; in plat_secondary_setup() local33 addr_low = (uintptr_t)&tegra_secure_entrypoint | CPU_RESET_MODE_AA64; in plat_secondary_setup()38 addr_low); in plat_secondary_setup()
65 static uint32_t addr_low(uintptr_t addr) in addr_low() function89 tzc380_write_region_base_low(tzc380.base, region, addr_low(region_base)); in tzc380_configure_region()
Completed in 5 milliseconds