Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dimx_lpi2c.h207 #define LPI2C_MCFGR0_HRSEL_MASK (0x4U) macro
209 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MCFGR0_HRSEL_SHIFT)) & LPI2C_MCFGR0_HRSEL_MASK)
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dimx_lpi2c.c332 LPI2C_MCFGR0_HRSEL_MASK)); in bus_i2c_init()