Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_i2c.c669 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
684 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
687 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
690 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
713 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
726 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
729 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
732 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
753 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
769 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
[all …]
Dr500_reg.h742 #define AVIVO_DC_I2C_STATUS1 0x7d30 macro