Searched refs:CDNS_I2C_CR_HOLD (Results 1 – 1 of 1) sorted by relevance
35 #define CDNS_I2C_CR_HOLD BIT(4) /* Hold Bus bit */ macro184 if (reg & CDNS_I2C_CR_HOLD) in cdns_i2c_clear_bus_hold()185 cdns_i2c_writereg(reg & ~CDNS_I2C_CR_HOLD, CDNS_I2C_CR_OFFSET); in cdns_i2c_clear_bus_hold()371 ctrl_reg |= CDNS_I2C_CR_HOLD; in cdns_i2c_mrecv()429 ctrl_reg |= CDNS_I2C_CR_HOLD; in cdns_i2c_msend()483 regval &= ~CDNS_I2C_CR_HOLD; in cdns_i2c_master_reset()604 reg |= CDNS_I2C_CR_HOLD; in cdns_i2c_master_xfer()