Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c219 if (status & LPI2C_MSR_SDF_MASK) { in bus_i2c_stop()
221 status &= LPI2C_MSR_SDF_MASK; in bus_i2c_stop()
/openbmc/u-boot/include/
H A Dimx_lpi2c.h140 #define LPI2C_MSR_SDF_MASK (0x200U) macro
142 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_SDF_SHIFT)) & LPI2C_MSR_SDF_MASK)