Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c38 #define I2C_OAR1 0x08U macro
338 cfg->oar1 = io_read32(base + I2C_OAR1); in save_cfg()
353 io_write32(base + I2C_OAR1, cfg->oar1); in restore_cfg()
379 DMSG("OAR1: %#"PRIx32, io_read32(base + I2C_OAR1)); in dump_i2c()
873 io_write32(base + I2C_OAR1, 0); in stm32_i2c_init()
877 io_write32(base + I2C_OAR1, in stm32_i2c_init()
881 io_write32(base + I2C_OAR1, in stm32_i2c_init()
1600 if ((io_read32(base + I2C_OAR1) & I2C_OAR1_OA1MODE) == 0) in stm32_i2c_is_device_ready()