Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dast_i2c.h75 #define I2CD_INTR_RX_DONE (0x1 << 2) macro
Dast_i2c.c81 | I2CD_INTR_RX_DONE in ast_i2c_init_bus()
204 ret = ast_i2c_wait_isr(dev, I2CD_INTR_RX_DONE); in ast_i2c_read_data()