Searched refs:RADEON_I2C_DONE (Results 1 – 2 of 2) sorted by relevance
461 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()478 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()494 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()510 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()521 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()538 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()554 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
1087 # define RADEON_I2C_DONE (1 << 0) macro