Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Di2c-cdns.c50 #define CDNS_I2C_STATUS_RXDV 0x00000020 macro
100 if (status & CDNS_I2C_STATUS_RXDV) in cdns_i2c_debug_status()
310 while (readl(&regs->status) & CDNS_I2C_STATUS_RXDV) { in cdns_i2c_read_data()