Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/drivers/se/
A Dse.c244 uint32_t val = 0U, hash_offset = 0U, scratch_offset = 0U, security; in tegra_se_save_sha256_hash() local
265 scratch_offset = SECURE_SCRATCH_TZDRAM_SHA256_HASH_START; in tegra_se_save_sha256_hash()
266 while (scratch_offset <= SECURE_SCRATCH_TZDRAM_SHA256_HASH_END) { in tegra_se_save_sha256_hash()
269 mmio_write_32(TEGRA_SCRATCH_BASE + scratch_offset, val); in tegra_se_save_sha256_hash()
272 scratch_offset += BYTES_IN_WORD; in tegra_se_save_sha256_hash()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/drivers/se/
A Dse.c387 uint32_t val = 0U, hash_offset = 0U, scratch_offset = 0U; in tegra_se_save_sha256_pmc_scratch() local
397 for (scratch_offset = SECURE_SCRATCH_TZDRAM_SHA256_HASH_START; in tegra_se_save_sha256_pmc_scratch()
398 scratch_offset <= SECURE_SCRATCH_TZDRAM_SHA256_HASH_END; in tegra_se_save_sha256_pmc_scratch()
399 scratch_offset += BYTES_IN_WORD) { in tegra_se_save_sha256_pmc_scratch()
401 mmio_write_32((uint32_t)(TEGRA_SCRATCH_BASE + scratch_offset), in tegra_se_save_sha256_pmc_scratch()

Completed in 3 milliseconds