Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-xlp9xx.c59 #define XLP9XX_I2C_INTEN_DATADONE BIT(12) macro
264 if (status & (XLP9XX_I2C_INTEN_DATADONE | in xlp9xx_i2c_isr()
273 if (status & XLP9XX_I2C_INTEN_DATADONE) in xlp9xx_i2c_isr()
375 XLP9XX_I2C_INTEN_NACKADDR | XLP9XX_I2C_INTEN_DATADONE); in xlp9xx_i2c_xfer_msg()