Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_tamp.c1114 static TEE_Result stm32_tamp_set_int_config(struct stm32_tamp_compat *tcompat, in stm32_tamp_set_int_config() argument
1122 if (!tcompat) in stm32_tamp_set_int_config()
1125 tamp_int = &tcompat->int_tamp[itamp_index]; in stm32_tamp_set_int_config()
1141 if (tcompat->tags & TAMP_HAS_REGISTER_CR3) in stm32_tamp_set_int_config()
1151 if (tcompat->tags & TAMP_HAS_REGISTER_CR3) { in stm32_tamp_set_int_config()
1165 static TEE_Result stm32_tamp_set_ext_config(struct stm32_tamp_compat *tcompat, in stm32_tamp_set_ext_config() argument
1173 if (!tcompat) in stm32_tamp_set_ext_config()
1176 tamp_ext = &tcompat->ext_tamp[etamp_index]; in stm32_tamp_set_ext_config()
1210 if (tcompat->tags & TAMP_HAS_REGISTER_ATCR2) in stm32_tamp_set_ext_config()