Searched refs:i2c_data (Results 1 – 2 of 2) sorted by relevance
335 u32 i2c_cntl_0, i2c_cntl_1, i2c_data; in r100_hw_i2c_xfer() local358 i2c_data = RADEON_I2C_DATA; in r100_hw_i2c_xfer()362 i2c_data = RADEON_DVI_I2C_DATA; in r100_hw_i2c_xfer()470 WREG32(i2c_data, (p->addr << 1) & 0xff); in r100_hw_i2c_xfer()471 WREG32(i2c_data, 0); in r100_hw_i2c_xfer()503 WREG32(i2c_data, ((p->addr << 1) & 0xff) | 0x1); in r100_hw_i2c_xfer()524 p->buf[j] = RREG32(i2c_data) & 0xff; in r100_hw_i2c_xfer()530 WREG32(i2c_data, (p->addr << 1) & 0xff); in r100_hw_i2c_xfer()531 WREG32(i2c_data, p->buf[j]); in r100_hw_i2c_xfer()
405 uint32_t i2c_data; in process_channel_reply() local407 REG_GET(DC_I2C_DATA, DC_I2C_DATA, &i2c_data); in process_channel_reply()408 *buffer++ = i2c_data; in process_channel_reply()