Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dls_i2c.c172 static TEE_Result i2c_bus_test_bus_busy(struct i2c_regs *regs, bool test_busy) in i2c_bus_test_bus_busy() argument
185 if (test_busy && (reg & I2C_IBSR_IBB)) in i2c_bus_test_bus_busy()
188 if (!test_busy && !(reg & I2C_IBSR_IBB)) in i2c_bus_test_bus_busy()

Completed in 3 milliseconds