Searched refs:TCO2_STS (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | tco-test.c | 115 qpci_io_writew(d->dev, d->tco_io_bar, TCO2_STS, 0x0002); in clear_tco_status() 116 qpci_io_writew(d->dev, d->tco_io_bar, TCO2_STS, 0x0004); in clear_tco_status() 198 val = qpci_io_readw(d.dev, d.tco_io_bar, TCO2_STS); in test_tco_timeout() 444 val = qpci_io_readw(d.dev, d.tco_io_bar, TCO2_STS); in test_tco2_status_bits() 447 qpci_io_writew(d.dev, d.tco_io_bar, TCO2_STS, val); in test_tco2_status_bits() 448 g_assert_cmpint(qpci_io_readw(d.dev, d.tco_io_bar, TCO2_STS), ==, 0); in test_tco2_status_bits()
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | ich9_tco.h | 25 TCO2_STS = 0x06, enumerator
|
| /openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
| H A D | pm.h | 69 #define TCO2_STS 0x66 macro
|
| /openbmc/qemu/hw/acpi/ |
| H A D | ich9_tco.c | 111 case TCO2_STS: in tco_ioport_readw() 166 case TCO2_STS: in tco_ioport_writew()
|
| /openbmc/u-boot/arch/x86/cpu/broadwell/ |
| H A D | power_state.c | 72 ps->tco2_sts = inw(ACPI_BASE_ADDRESS + TCO2_STS); in power_state_get()
|
| /openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/ |
| H A D | pch.h | 377 #define TCO2_STS 0x66 macro
|