Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_i2c.c410 u32 i2c_cntl_0, i2c_cntl_1, i2c_data; in r100_hw_i2c_xfer() local
433 i2c_data = RADEON_I2C_DATA; in r100_hw_i2c_xfer()
437 i2c_data = RADEON_DVI_I2C_DATA; in r100_hw_i2c_xfer()
545 WREG32(i2c_data, (p->slave << 1) & 0xff); in r100_hw_i2c_xfer()
546 WREG32(i2c_data, 0); in r100_hw_i2c_xfer()
578 WREG32(i2c_data, ((p->slave << 1) & 0xff) | 0x1); in r100_hw_i2c_xfer()
599 p->buf[j] = RREG32(i2c_data) & 0xff; in r100_hw_i2c_xfer()
605 WREG32(i2c_data, (p->slave << 1) & 0xff); in r100_hw_i2c_xfer()
606 WREG32(i2c_data, p->buf[j]); in r100_hw_i2c_xfer()
/freebsd-12-stable/sys/dev/ice/
Dice_adminq_cmd.h1856 u8 i2c_data[4]; /* Used only by write command, reserved in read. */ member
1861 u8 i2c_data[16]; member
Dice_common.c5865 *data = resp->i2c_data[i]; in ice_aq_read_i2c()
5909 cmd->i2c_data[i] = *data; in ice_aq_write_i2c()