Searched refs:AVIVO_DC_I2C_DONE (Results 1 – 2 of 2) sorted by relevance
672 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()694 if (tmp & AVIVO_DC_I2C_DONE) in r500_hw_i2c_xfer()716 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()736 if (tmp & AVIVO_DC_I2C_DONE) in r500_hw_i2c_xfer()756 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()779 if (tmp & AVIVO_DC_I2C_DONE) in r500_hw_i2c_xfer()795 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
743 # define AVIVO_DC_I2C_DONE (1 << 0) macro