Searched refs:RADEON_I2C_DONE (Results 1 – 2 of 2) sorted by relevance
466 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()483 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()499 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()515 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()526 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()543 if (tmp & RADEON_I2C_DONE) in r100_hw_i2c_xfer()559 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
1087 # define RADEON_I2C_DONE (1 << 0) macro