Searched refs:AVIVO_DC_I2C_DONE (Results 1 – 2 of 2) sorted by relevance
655 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()677 if (tmp & AVIVO_DC_I2C_DONE) in r500_hw_i2c_xfer()699 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()719 if (tmp & AVIVO_DC_I2C_DONE) in r500_hw_i2c_xfer()739 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()762 if (tmp & AVIVO_DC_I2C_DONE) in r500_hw_i2c_xfer()778 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
737 # define AVIVO_DC_I2C_DONE (1 << 0) macro