Searched refs:RADEON_I2C_DONE (Results 1 – 2 of 2) sorted by relevance
469 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()486 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()502 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()518 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()529 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()546 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()562 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
1087 # define RADEON_I2C_DONE (1 << 0) macro