Searched refs:LPI2C_MCFGR1_AUTOSTOP_MASK (Results 1 – 2 of 2) sorted by relevance
221 #define LPI2C_MCFGR1_AUTOSTOP_MASK (0x100U) macro223 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MCFGR1_AUTOSTOP_SHIFT)) & LPI2C_MCFGR1_AUTOSTOP_MASK)
170 val = readl(®s->mcfgr1) & ~LPI2C_MCFGR1_AUTOSTOP_MASK; in bus_i2c_start()