Searched refs:tegra_se_write_32 (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/drivers/se/ |
A D | se.c | 247 tegra_se_write_32(SE0_IN_ADDR, src_in_lo); in tegra_se_start_normal_operation() 256 tegra_se_write_32(SE0_SHA_INT_ENABLE, 0x1aU); in tegra_se_start_normal_operation() 302 tegra_se_write_32(SE0_SHA_CONFIG, val); in tegra_se_calculate_sha256_hash() 310 tegra_se_write_32(SE0_SHA_MSG_LENGTH_2, 0U); in tegra_se_calculate_sha256_hash() 311 tegra_se_write_32(SE0_SHA_MSG_LENGTH_3, 0U); in tegra_se_calculate_sha256_hash() 312 tegra_se_write_32(SE0_SHA_MSG_LEFT_1, 0U); in tegra_se_calculate_sha256_hash() 313 tegra_se_write_32(SE0_SHA_MSG_LEFT_2, 0U); in tegra_se_calculate_sha256_hash() 314 tegra_se_write_32(SE0_SHA_MSG_LEFT_3, 0U); in tegra_se_calculate_sha256_hash() 362 tegra_se_write_32(SE0_SHA_TASK_CONFIG, val); in tegra_se_calculate_sha256_hash() 426 tegra_se_write_32(SE0_SHA_GSCID_0, 0x0U); in tegra_se_calculate_save_sha256() [all …]
|
A D | se_private.h | 160 static inline void tegra_se_write_32(uint32_t offset, uint32_t val) in tegra_se_write_32() function
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t186/drivers/se/ |
A D | se.c | 90 tegra_se_write_32(SE0_IN_ADDR, src_in_lo); in tegra_se_start_normal_operation() 91 tegra_se_write_32(SE0_IN_HI_ADDR_HI, src_in_hi); in tegra_se_start_normal_operation() 99 tegra_se_write_32(SE0_SHA_INT_ENABLE, 0x1aU); in tegra_se_start_normal_operation() 155 tegra_se_write_32(SE0_SHA_CONFIG, val); in tegra_se_calculate_sha256_hash() 163 tegra_se_write_32(SE0_SHA_MSG_LENGTH_2, 0U); in tegra_se_calculate_sha256_hash() 164 tegra_se_write_32(SE0_SHA_MSG_LENGTH_3, 0U); in tegra_se_calculate_sha256_hash() 165 tegra_se_write_32(SE0_SHA_MSG_LEFT_1, 0U); in tegra_se_calculate_sha256_hash() 166 tegra_se_write_32(SE0_SHA_MSG_LEFT_2, 0U); in tegra_se_calculate_sha256_hash() 167 tegra_se_write_32(SE0_SHA_MSG_LEFT_3, 0U); in tegra_se_calculate_sha256_hash() 215 tegra_se_write_32(SE0_SHA_TASK_CONFIG, val); in tegra_se_calculate_sha256_hash() [all …]
|
A D | se_private.h | 95 static inline void tegra_se_write_32(uint32_t offset, uint32_t val) in tegra_se_write_32() function
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t210/drivers/se/ |
A D | security_engine.c | 216 tegra_se_write_32(se_dev, SE_INT_ENABLE_REG_OFFSET, 0U); in tegra_se_operation_prepare() 232 tegra_se_write_32(se_dev, SE_INT_STATUS_REG_OFFSET, val); in tegra_se_operation_prepare() 280 tegra_se_write_32(se_dev, SE_CONFIG_REG_OFFSET, val); in tegra_se_context_save_atomic() 285 tegra_se_write_32(se_dev, SE_OPERATION_REG_OFFSET, in tegra_se_context_save_atomic() 394 tegra_se_write_32(se_dev, SE_CONFIG_REG_OFFSET, val); in tegra_se_generate_srk() 433 tegra_se_write_32(se_dev, SE_CONFIG_REG_OFFSET, val); in tegra_se_lp_generate_random_data() 446 tegra_se_write_32(se_dev, SE_CRYPTO_REG_OFFSET, val); in tegra_se_lp_generate_random_data() 653 tegra_se_write_32(se_dev, in tegra_se_lp_rsakeytable_context_save() 722 tegra_se_write_32(se_dev, in tegra_se_pkakeytable_context_save() 763 tegra_se_write_32(se_dev, SE_SECURITY_REG_OFFSET, val); in tegra_se_lock() [all …]
|
A D | se_private.h | 641 static inline void tegra_se_write_32(const tegra_se_dev_t *dev, uint32_t offset, uint32_t val) in tegra_se_write_32() function
|
Completed in 10 milliseconds