Searched refs:AVIVO_DC_I2C_GO (Results 1 – 2 of 2) sorted by relevance
694 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()698 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()736 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()740 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()779 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()783 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()
748 # define AVIVO_DC_I2C_GO (1 << 3) macro