Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dihs_i2c.c65 I2CINT_ERROR_EV = BIT(13), enumerator
107 while (!(val & (I2CINT_ERROR_EV in wait_for_int()
120 return (val & I2CINT_ERROR_EV) ? 1 : 0; in wait_for_int()
141 data = I2CINT_ERROR_EV | I2CINT_RECEIVE_EV | I2CINT_TRANSMIT_EV; in ihs_i2c_transfer()