Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-cdns.c61 #define CDNS_I2C_INTERRUPT_SLVRDY 0x00000010 macro
71 CDNS_I2C_INTERRUPT_SLVRDY | \
103 if (int_status & CDNS_I2C_INTERRUPT_SLVRDY) in cdns_i2c_debug_status()