Searched refs:CDNS_I2C_CR_HOLD (Results 1 – 1 of 1) sorted by relevance
33 #define CDNS_I2C_CR_HOLD BIT(4) /* Hold Bus bit */ macro171 if (reg & CDNS_I2C_CR_HOLD) in cdns_i2c_clear_bus_hold()172 cdns_i2c_writereg(reg & ~CDNS_I2C_CR_HOLD, CDNS_I2C_CR_OFFSET); in cdns_i2c_clear_bus_hold()350 ctrl_reg |= CDNS_I2C_CR_HOLD; in cdns_i2c_mrecv()408 ctrl_reg |= CDNS_I2C_CR_HOLD; in cdns_i2c_msend()462 regval &= ~CDNS_I2C_CR_HOLD; in cdns_i2c_master_reset()564 reg |= CDNS_I2C_CR_HOLD; in cdns_i2c_master_xfer()