Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimx_lpi2c.h114 #define LPI2C_MCR_RST_MASK (0x2U) macro
116 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MCR_RST_SHIFT)) & LPI2C_MCR_RST_MASK)
/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c355 writel(LPI2C_MCR_RST_MASK, &regs->mcr); in bus_i2c_init()