Searched refs:AVIVO_DC_I2C_GO (Results 1 – 2 of 2) sorted by relevance
684 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()688 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()726 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()730 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()769 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()773 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()
746 # define AVIVO_DC_I2C_GO (1 << 3) macro