Searched refs:I2C_FLAG_STOPF (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/drivers/st/i2c/ |
| H A D | stm32_i2c.c | 293 I2C_FLAG_STOPF) == 0U) { in i2c_ack_failed() 304 mmio_write_32(hi2c->i2c_base_addr + I2C_ICR, I2C_FLAG_STOPF); in i2c_ack_failed() 357 I2C_FLAG_STOPF) == 0U) { in i2c_wait_stop() 630 mmio_write_32(hi2c->i2c_base_addr + I2C_ICR, I2C_FLAG_STOPF); in i2c_write() 799 mmio_write_32(hi2c->i2c_base_addr + I2C_ICR, I2C_FLAG_STOPF); in i2c_read() 913 (I2C_FLAG_STOPF | I2C_FLAG_AF)) != 0U) { in stm32_i2c_is_device_ready() 925 if (i2c_wait_flag(hi2c, I2C_FLAG_STOPF, 0, in stm32_i2c_is_device_ready() 931 I2C_FLAG_STOPF); in stm32_i2c_is_device_ready() 939 if (i2c_wait_flag(hi2c, I2C_FLAG_STOPF, 0, timeout_ref) != 0) { in stm32_i2c_is_device_ready() 945 mmio_write_32(hi2c->i2c_base_addr + I2C_ICR, I2C_FLAG_STOPF); in stm32_i2c_is_device_ready() [all …]
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32_i2c.h | 273 #define I2C_FLAG_STOPF I2C_ISR_STOPF macro
|