Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimx_lpi2c.h123 #define LPI2C_MCR_RTF_MASK (0x100U) macro
125 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MCR_RTF_SHIFT)) & LPI2C_MCR_RTF_MASK)
/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c66 val |= LPI2C_MCR_RRF_MASK | LPI2C_MCR_RTF_MASK; in imx_lpci2c_check_clear_error()