Searched refs:LPI2C_MSR_PLTF_MASK (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/i2c/
H A Dimx_lpi2c.c51 LPI2C_MSR_FEF_MASK | LPI2C_MSR_PLTF_MASK;
54 if (status & LPI2C_MSR_PLTF_MASK)
/u-boot/include/
H A Dimx_lpi2c.h153 #define LPI2C_MSR_PLTF_MASK (0x2000U) macro
155 #define LPI2C_MSR_PLTF(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_PLTF_SHIFT)) & LPI2C_MSR_PLTF_MASK)

Completed in 40 milliseconds