Searched refs:AVIVO_DC_I2C_DATA (Results 1 – 2 of 2) sorted by relevance
671 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); in r500_hw_i2c_xfer()672 WREG32(AVIVO_DC_I2C_DATA, 0); in r500_hw_i2c_xfer()715 WREG32(AVIVO_DC_I2C_DATA, ((p->addr << 1) & 0xff) | 0x1); in r500_hw_i2c_xfer()738 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff; in r500_hw_i2c_xfer()755 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); in r500_hw_i2c_xfer()757 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]); in r500_hw_i2c_xfer()
769 #define AVIVO_DC_I2C_DATA 0x7d44 macro
Completed in 8 milliseconds