Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_tamp.c1170 struct stm32_tamp_tamper_data *tamp_ext = NULL; in stm32_tamp_set_ext_config() local
1176 tamp_ext = &tcompat->ext_tamp[etamp_index]; in stm32_tamp_set_ext_config()
1177 id = tamp_ext->id; in stm32_tamp_set_ext_config()
1187 if (!tamp_ext->func || !(tamp_ext->mode & TAMP_IN_DT)) { in stm32_tamp_set_ext_config()
1200 if (tamp_ext->mode & TAMP_TRIG_ON) in stm32_tamp_set_ext_config()
1205 if (tamp_ext->mode & TAMP_ACTIVE) { in stm32_tamp_set_ext_config()
1214 tamp_ext->out_id); in stm32_tamp_set_ext_config()
1219 tamp_ext->out_id); in stm32_tamp_set_ext_config()
1225 if (tamp_ext->mode & TAMP_NOERASE) in stm32_tamp_set_ext_config()
1235 if (tamp_ext->mode & TAMP_EVT_MASK) { in stm32_tamp_set_ext_config()
[all …]