Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_i2c.c672 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
687 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
690 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
693 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
716 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
729 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
732 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
735 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
756 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
772 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