Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dimx_lpi2c.h156 #define LPI2C_MSR_MBF_MASK (0x1000000U) macro
158 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_MBF_SHIFT)) & LPI2C_MSR_MBF_MASK)
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dimx_lpi2c.c35 if ((status & LPI2C_MSR_BBF_MASK) && !(status & LPI2C_MSR_MBF_MASK)) in imx_lpci2c_check_busy_bus()