Home
last modified time | relevance | path

Searched refs:i2c_cntl_0 (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_i2c.c335 u32 i2c_cntl_0, i2c_cntl_1, i2c_data; in r100_hw_i2c_xfer() local
356 i2c_cntl_0 = RADEON_I2C_CNTL_0; in r100_hw_i2c_xfer()
360 i2c_cntl_0 = RADEON_DVI_I2C_CNTL_0; in r100_hw_i2c_xfer()
466 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
476 WREG32(i2c_cntl_0, reg); in r100_hw_i2c_xfer()
479 tmp = RREG32(i2c_cntl_0); in r100_hw_i2c_xfer()
482 tmp = RREG32(i2c_cntl_0); in r100_hw_i2c_xfer()
487 WREG32(i2c_cntl_0, tmp | RADEON_I2C_ABORT); in r100_hw_i2c_xfer()
499 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
508 WREG32(i2c_cntl_0, reg | RADEON_I2C_RECEIVE); in r100_hw_i2c_xfer()
[all …]