Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dstm32_i2c.c30 #define I2C_OAR1 0x08U macro
324 cfg->oar1 = io_read32(base + I2C_OAR1); in save_cfg()
339 io_write32(base + I2C_OAR1, cfg->oar1); in restore_cfg()
365 DMSG("OAR1: %#"PRIx32, io_read32(base + I2C_OAR1)); in dump_i2c()
788 io_write32(base + I2C_OAR1, 0); in stm32_i2c_init()
792 io_write32(base + I2C_OAR1, in stm32_i2c_init()
796 io_write32(base + I2C_OAR1, in stm32_i2c_init()
1457 if ((io_read32(base + I2C_OAR1) & I2C_OAR1_OA1MODE) == 0) in stm32_i2c_is_device_ready()

Completed in 5 milliseconds