Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c664 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
679 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
682 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
685 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
708 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
721 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
724 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
727 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
748 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
764 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_G in r500_hw_i2c_xfer()
[all...]
H A Dr500_reg.h742 #define AVIVO_DC_I2C_STATUS1 0x7d30 macro