Searched refs:RADEON_I2C_DONE (Results 1 – 2 of 2) sorted by relevance
463 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()480 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()496 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()512 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()523 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()540 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()556 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
1086 # define RADEON_I2C_DONE (1 << 0) macro