Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_i2c.c758 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
762 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()
800 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
804 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()
843 WREG32(AVIVO_DC_I2C_STATUS1, AVIVO_DC_I2C_GO); in r500_hw_i2c_xfer()
847 if (tmp & AVIVO_DC_I2C_GO) in r500_hw_i2c_xfer()
Dr500_reg.h747 # define AVIVO_DC_I2C_GO (1 << 3) macro