Home
last modified time | relevance | path

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

/qemu/include/hw/southbridge/
H A Dich9.h228 #define ICH9_SMB_HOSTC_I2C_EN ((uint8_t)(1 << 2)) macro
/qemu/hw/i2c/
H A Dsmbus_ich9.c75 s->smb.i2c_enable = (hostc & ICH9_SMB_HOSTC_I2C_EN) != 0; in ich9_smbus_write_config()