Searched refs:LPI2C_MSR_BBF_MASK (Results 1 - 2 of 2) sorted by last modified time

/u-boot/drivers/i2c/
H A Dimx_lpi2c.c37 if ((status & LPI2C_MSR_BBF_MASK) && !(status & LPI2C_MSR_MBF_MASK))
/u-boot/include/
H A Dimx_lpi2c.h162 #define LPI2C_MSR_BBF_MASK (0x2000000U) macro
164 #define LPI2C_MSR_BBF(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_BBF_SHIFT)) & LPI2C_MSR_BBF_MASK)

Completed in 49 milliseconds