Searched refs:I2C_OK (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.c30 * Return: I2C_OK, if transmission was ACKED
42 I2C_NACK : I2C_OK;
136 if (result != I2C_OK)
141 while ((i < addr_len) && (result == I2C_OK)) {
147 if (result != I2C_OK)
153 while ((i < data_len) && (result == I2C_OK)) {
174 if (result != I2C_OK)
178 while ((i < data_len) && (result == I2C_OK)) {
189 result = I2C_OK; /* Normal terminated read. */
221 return ret != I2C_OK;
[all...]
H A Dexynos_hs_i2c.c101 * @return: I2C_OK in case of successful completion, I2C_NOK_TIMEOUT in case
134 return I2C_OK;
253 * When FIFO is ready to process the next byte, this function returns I2C_OK.
288 return I2C_OK;
304 * I2C_OK otherwise.
344 return I2C_OK;
361 return I2C_OK;
382 if (rv != I2C_OK)
388 if (rv != I2C_OK) {
397 if (rv != I2C_OK) {
[all...]
H A Ds3c24x0_i2c.h65 #define I2C_OK 0 macro

Completed in 98 milliseconds