Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c368 val |= LPI2C_MCFGR1_PINCFG(0x0); /* 2 pin open drain */ in bus_i2c_init()
/openbmc/u-boot/include/
H A Dimx_lpi2c.h237 #define LPI2C_MCFGR1_PINCFG(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MCFGR1_PINCF… macro