Home
last modified time | relevance | path

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

/qemu/hw/i2c/
H A Dsmbus_ich9.c68 if (range_covers_byte(address, len, ICH9_SMB_HOSTC)) { in ich9_smbus_write_config()
69 uint8_t hostc = s->dev.config[ICH9_SMB_HOSTC]; in ich9_smbus_write_config()
78 s->dev.config[ICH9_SMB_HOSTC] &= ~ICH9_SMB_HOSTC_SSRESET; in ich9_smbus_write_config()
102 pci_set_byte(d->config + ICH9_SMB_HOSTC, 0); in ich9_smbus_realize()
/qemu/include/hw/southbridge/
H A Dich9.h222 #define ICH9_SMB_HOSTC 0x40 macro