Home
last modified time | relevance | path

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

/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c489 uint32_t pm_io_base = pci_get_long(lpc->d.config + ICH9_LPC_PMBASE); in ich9_lpc_pmbase_sci_update()
569 if (ranges_overlap(addr, len, ICH9_LPC_PMBASE, 4) || in ich9_lpc_config_write()
604 pci_set_long(d->config + ICH9_LPC_PMBASE, ICH9_LPC_PMBASE_DEFAULT); in ich9_lpc_reset()
728 pci_set_long(d->wmask + ICH9_LPC_PMBASE, in ich9_lpc_realize()
730 pci_set_byte(d->wmask + ICH9_LPC_PMBASE, in ich9_lpc_realize()
/openbmc/qemu/include/hw/southbridge/
H A Dich9.h134 #define ICH9_LPC_PMBASE 0x40 macro
/openbmc/qemu/tests/qtest/
H A Dtco-test.c74 qpci_config_writel(d->dev, ICH9_LPC_PMBASE, PM_IO_BASE_ADDR | 0x1); in test_init()