Searched refs:AVIVO_DC_I2C_GO (Results 1 – 2 of 2) sorted by relevance
687 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()691 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()729 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()733 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()772 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()776 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()
746 # define AVIVO_DC_I2C_GO (1 << 3) macro