Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_i2c.c335 u32 i2c_cntl_0, i2c_cntl_1, i2c_data; in r100_hw_i2c_xfer() local
357 i2c_cntl_1 = RADEON_I2C_CNTL_1; in r100_hw_i2c_xfer()
361 i2c_cntl_1 = RADEON_DVI_I2C_CNTL_1; in r100_hw_i2c_xfer()
472 WREG32(i2c_cntl_1, ((1 << RADEON_I2C_DATA_COUNT_SHIFT) | in r100_hw_i2c_xfer()
504 WREG32(i2c_cntl_1, ((1 << RADEON_I2C_DATA_COUNT_SHIFT) | in r100_hw_i2c_xfer()
532 WREG32(i2c_cntl_1, ((1 << RADEON_I2C_DATA_COUNT_SHIFT) | in r100_hw_i2c_xfer()
558 WREG32(i2c_cntl_1, 0); in r100_hw_i2c_xfer()
/linux-4.4.14/drivers/video/fbdev/aty/
Dradeonfb.h162 u32 i2c_cntl_1; member