Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-nomadik.c78 #define I2C_MCR_STOP BIT(14) /* Stop condition */ macro
385 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()