Searched refs:AVIVO_DC_I2C_GO (Results 1 – 2 of 2) sorted by relevance
758 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()762 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()800 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()804 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()843 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()847 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()
747 # define AVIVO_DC_I2C_GO (1 << 3) macro