Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-mx7ulp/
Dimx_lpi2c.h223 #define LPI2C_MCFGR1_IGNACK_MASK (0x200U) macro
225 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MCFGR1_IGNACK_SHIFT)) & LPI2C_MCFGR1_IGNACK_MASK)
/external/u-boot/drivers/i2c/
Dimx_lpi2c.c335 val &= ~(LPI2C_MCFGR1_PINCFG_MASK | LPI2C_MCFGR1_IGNACK_MASK); in bus_i2c_init()