Searched refs:AVIVO_DC_I2C_DATA (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_i2c.c | 679 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); in r500_hw_i2c_xfer() 680 WREG32(AVIVO_DC_I2C_DATA, 0); in r500_hw_i2c_xfer() 723 WREG32(AVIVO_DC_I2C_DATA, ((p->addr << 1) & 0xff) | 0x1); in r500_hw_i2c_xfer() 746 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff; in r500_hw_i2c_xfer() 763 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); in r500_hw_i2c_xfer() 765 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]); in r500_hw_i2c_xfer()
|
H A D | r500_reg.h | 769 #define AVIVO_DC_I2C_DATA 0x7d44 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_i2c.c | 671 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); in r500_hw_i2c_xfer() 672 WREG32(AVIVO_DC_I2C_DATA, 0); in r500_hw_i2c_xfer() 715 WREG32(AVIVO_DC_I2C_DATA, ((p->addr << 1) & 0xff) | 0x1); in r500_hw_i2c_xfer() 738 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff; in r500_hw_i2c_xfer() 755 WREG32(AVIVO_DC_I2C_DATA, (p->addr << 1) & 0xff); in r500_hw_i2c_xfer() 757 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]); in r500_hw_i2c_xfer()
|
H A D | r500_reg.h | 769 #define AVIVO_DC_I2C_DATA 0x7d44 macro
|
Completed in 9 milliseconds