Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_tamp.c1115 uint32_t itamp_index, uint32_t *cr1, in stm32_tamp_set_int_config() argument
1139 *cr1 &= ~_TAMP_CR1_ITAMP(id); in stm32_tamp_set_int_config()
1148 *cr1 |= _TAMP_CR1_ITAMP(id); in stm32_tamp_set_int_config()
1166 uint32_t etamp_index, uint32_t *cr1, in stm32_tamp_set_ext_config() argument
1188 *cr1 &= ~_TAMP_CR1_ETAMP(id); in stm32_tamp_set_ext_config()
1198 *cr1 |= _TAMP_CR1_ETAMP(id); in stm32_tamp_set_ext_config()
1323 uint32_t cr1 = 0; in stm32_tamp_set_config() local
1343 &cr1, &cr3, &ier); in stm32_tamp_set_config()
1350 &cr1, &cr2, &atcr1, &atcr2, in stm32_tamp_set_config()
1376 io_write32(base + _TAMP_CR1, cr1); in stm32_tamp_set_config()
H A Dstm32_i2c.c336 cfg->cr1 = io_read32(base + I2C_CR1); in save_cfg()
356 io_write32(base + I2C_CR1, cfg->cr1 & ~I2C_CR1_PE); in restore_cfg()
357 io_setbits32(base + I2C_CR1, cfg->cr1 & I2C_CR1_PE); in restore_cfg()
364 DMSG("CR1: %#"PRIx32, cfg->cr1); in dump_cfg()
/optee_os/core/include/drivers/
H A Dstm32_i2c.h100 uint32_t cr1; member