According to these specifications, this chip uses the SMBus protocol. Thus, the chip accesses some interface chips on your graphics card using the SMBus protocol and is probably exported to the OS as an I2C / SMBus device. To access it, you need to access the interface chip using IN / OUT.
As an example, my USB drive capture card has a few chips:
- USB interface chip, this chip has several pins for controlling other chips on the board (I2C bus, GPIO pins, ...)
- Chipset tuner and demodulator, which must be accessed indirectly through the interface chip.
source share