Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_tamp.c162 #define _TAMP_IER_ETAMP(id) BIT((id) - EXT_TAMP1) macro
1192 *ier &= ~_TAMP_IER_ETAMP(id); in stm32_tamp_set_ext_config()
1242 *ier &= ~_TAMP_IER_ETAMP(id); in stm32_tamp_set_ext_config()
1251 *ier |= _TAMP_IER_ETAMP(id); in stm32_tamp_set_ext_config()
1256 *ier |= _TAMP_IER_ETAMP(id); in stm32_tamp_set_ext_config()
1413 io_clrbits32(base + _TAMP_IER, _TAMP_IER_ETAMP(id)); in stm32_tamp_set_mask()
1436 io_setbits32(base + _TAMP_IER, _TAMP_IER_ETAMP(id)); in stm32_tamp_unset_mask()