Searched refs:AVIVO_DC_I2C_DATA (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c676 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); r500_hw_i2c_xfer()
677 WREG32(AVIVO_DC_I2C_DATA, 0); r500_hw_i2c_xfer()
720 WREG32(AVIVO_DC_I2C_DATA, ((p->addr << 1) & 0xff) | 0x1); r500_hw_i2c_xfer()
743 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff; r500_hw_i2c_xfer()
760 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); r500_hw_i2c_xfer()
762 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]); r500_hw_i2c_xfer()
H A Dr500_reg.h769 #define AVIVO_DC_I2C_DATA 0x7d44 macro

Completed in 49 milliseconds