Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_i2c.c335 u32 i2c_cntl_0, i2c_cntl_1, i2c_data; in r100_hw_i2c_xfer() local
358 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()
/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Di2c_hw_engine_dce110.c405 uint32_t i2c_data; in process_channel_reply() local
407 REG_GET(DC_I2C_DATA, DC_I2C_DATA, &i2c_data); in process_channel_reply()
408 *buffer++ = i2c_data; in process_channel_reply()