Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c50 LPI2C_MSR_FEF_MASK | LPI2C_MSR_PLTF_MASK; in imx_lpci2c_check_clear_error()
53 if (status & LPI2C_MSR_PLTF_MASK) in imx_lpci2c_check_clear_error()
/openbmc/u-boot/include/
H A Dimx_lpi2c.h152 #define LPI2C_MSR_PLTF_MASK (0x2000U) macro
154 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_PLTF_SHIFT)) & LPI2C_MSR_PLTF_MASK)