Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-nomadik.c73 #define I2C_MCR_OP BIT(0) /* Operation */ macro
379 mcr |= FIELD_PREP(I2C_MCR_OP, I2C_WRITE); in load_i2c_mcr_reg()
381 mcr |= FIELD_PREP(I2C_MCR_OP, I2C_READ); in load_i2c_mcr_reg()