Searched refs:i2c_data (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_i2c.c | 429 u32 i2c_cntl_0, i2c_cntl_1, i2c_data; in r100_hw_i2c_xfer() local 452 i2c_data = RADEON_I2C_DATA; in r100_hw_i2c_xfer() 456 i2c_data = RADEON_DVI_I2C_DATA; in r100_hw_i2c_xfer() 564 WREG32(i2c_data, (p->addr << 1) & 0xff); in r100_hw_i2c_xfer() 565 WREG32(i2c_data, 0); in r100_hw_i2c_xfer() 597 WREG32(i2c_data, ((p->addr << 1) & 0xff) | 0x1); in r100_hw_i2c_xfer() 618 p->buf[j] = RREG32(i2c_data) & 0xff; in r100_hw_i2c_xfer() 624 WREG32(i2c_data, (p->addr << 1) & 0xff); in r100_hw_i2c_xfer() 625 WREG32(i2c_data, p->buf[j]); in r100_hw_i2c_xfer()
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/ |
| D | dce_i2c_hw.c | 119 uint32_t i2c_data; in process_channel_reply() local 121 REG_GET(DC_I2C_DATA, DC_I2C_DATA, &i2c_data); in process_channel_reply() 122 *buffer++ = i2c_data; in process_channel_reply()
|
| /openbsd/src/sys/dev/pci/ |
| D | if_icereg.h | 11404 uint8_t i2c_data[4]; /* Used only by write command, reserved in read. */ member 11409 uint8_t i2c_data[16]; member
|