Home
last modified time | relevance | path

Searched refs:LPI2C_MSR_NDF_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()
57 else if (status & LPI2C_MSR_NDF_MASK) in imx_lpci2c_check_clear_error()
/openbmc/u-boot/include/
H A Dimx_lpi2c.h143 #define LPI2C_MSR_NDF_MASK (0x400U) macro
145 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MSR_NDF_SHIFT)) & LPI2C_MSR_NDF_MASK)