Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-mx7ulp/
Dimx_lpi2c.h111 #define LPI2C_MCR_RST_MASK (0x2U) macro
113 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MCR_RST_SHIFT)) & LPI2C_MCR_RST_MASK)
/external/u-boot/drivers/i2c/
Dimx_lpi2c.c323 writel(LPI2C_MCR_RST_MASK, &regs->mcr); in bus_i2c_init()