Searched refs:I2C_MCR_STOP (Results 1 – 1 of 1) sorted by relevance
78 #define I2C_MCR_STOP BIT(14) /* Stop condition */ macro385 mcr |= FIELD_PREP(I2C_MCR_STOP, 1); in load_i2c_mcr_reg()387 mcr &= ~FIELD_PREP(I2C_MCR_STOP, 1); in load_i2c_mcr_reg()