Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimx_lpi2c.h112 #define LPI2C_MCR_MEN_SHIFT (0U) macro
113 …MCR_MEN(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MCR_MEN_SHIFT)) & LPI2C_M…
/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c295 mode = (readl(&regs->mcr) & LPI2C_MCR_MEN_MASK) >> LPI2C_MCR_MEN_SHIFT; in bus_i2c_set_bus_speed()