Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/mentor/i2c/
Dmi2cv.c37 #define I2C_CONTROL_STOP 0x00000010 macro
160 I2C_CONTROL_STOP); in mentor_i2c_stop_bit_set()
165 while ((mmio_read_32((uintptr_t)&base->control) & I2C_CONTROL_STOP) && in mentor_i2c_stop_bit_set()
174 if ((mmio_read_32((uintptr_t)&base->control) & I2C_CONTROL_STOP) != 0) { in mentor_i2c_stop_bit_set()