Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_i2c.c743 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
758 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
761 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
764 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
787 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
800 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
803 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
806 tmp = RREG32(AVIVO_DC_I2C_STATUS1); in r500_hw_i2c_xfer()
827 WREG32(AVIVO_DC_I2C_STATUS1, (AVIVO_DC_I2C_DONE | in r500_hw_i2c_xfer()
843 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
[all …]
Dr500_reg.h745 #define AVIVO_DC_I2C_STATUS1 0x7d30 macro