Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dimx_lpi2c.c337 val |= LPI2C_MCFGR1_IGNACK(0x0); /* ignore nack */ in bus_i2c_init()
/external/u-boot/arch/arm/include/asm/arch-mx7ulp/
Dimx_lpi2c.h225 #define LPI2C_MCFGR1_IGNACK(x) (((uint32_t)(((uint32_t)(x)) << LPI2C_MCFGR1_IGNAC… macro