Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c49 status &= LPI2C_MSR_NDF_MASK | LPI2C_MSR_ALF_MASK | in imx_lpci2c_check_clear_error()
55 else if (status & LPI2C_MSR_ALF_MASK) in imx_lpci2c_check_clear_error()
/openbmc/u-boot/include/
H A Dimx_lpi2c.h146 #define LPI2C_MSR_ALF_MASK (0x800U) macro
148 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_ALF_SHIFT)) & LPI2C_MSR_ALF_MASK)