Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/
A Dplat_sip_calls.c42 uint32_t i, smmu_per[6] = {0}; in plat_sip_handler() local
55 assert(num_smmu_devices <= ARRAY_SIZE(smmu_per)); in plat_sip_handler()
59 smmu_per[i] = tegra_smmu_read_32(i, SMMU_GSR0_PER); in plat_sip_handler()
63 per[0] = smmu_per[0] | ((uint64_t)smmu_per[1] << 32U); in plat_sip_handler()
64 per[1] = smmu_per[2] | ((uint64_t)smmu_per[3] << 32U); in plat_sip_handler()
65 per[2] = smmu_per[4] | ((uint64_t)smmu_per[5] << 32U); in plat_sip_handler()

Completed in 1 milliseconds