Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_i2c.c338 u32 i2c_cntl_0, i2c_cntl_1, i2c_data; in r100_hw_i2c_xfer() local
359 i2c_cntl_0 = RADEON_I2C_CNTL_0; in r100_hw_i2c_xfer()
363 i2c_cntl_0 = RADEON_DVI_I2C_CNTL_0; in r100_hw_i2c_xfer()
469 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
479 WREG32(i2c_cntl_0, reg); in r100_hw_i2c_xfer()
482 tmp = RREG32(i2c_cntl_0); in r100_hw_i2c_xfer()
485 tmp = RREG32(i2c_cntl_0); in r100_hw_i2c_xfer()
490 WREG32(i2c_cntl_0, tmp | RADEON_I2C_ABORT); in r100_hw_i2c_xfer()
502 WREG32(i2c_cntl_0, (RADEON_I2C_DONE | in r100_hw_i2c_xfer()
511 WREG32(i2c_cntl_0, reg | RADEON_I2C_RECEIVE); in r100_hw_i2c_xfer()
[all …]