Searched refs:TCO2_STS (Results 1 – 7 of 7) 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/linux/drivers/watchdog/ |
H A D | iTCO_wdt.c | 80 #define TCO2_STS(p) (TCOBASE(p) + 0x06) /* TCO2 Status Register */ macro 568 outw(0x0002, TCO2_STS(p)); /* Clear SECOND_TO_STS bit */ in iTCO_wdt_probe() 577 outw(0x0002, TCO2_STS(p)); /* Clear SECOND_TO_STS bit */ in iTCO_wdt_probe() 578 outw(0x0004, TCO2_STS(p)); /* Clear BOOT_STS bit */ in iTCO_wdt_probe()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ich9_tco.h | 25 TCO2_STS = 0x06, enumerator
|
/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/include/asm/arch-broadwell/ |
H A D | pm.h | 69 #define TCO2_STS 0x66 macro
|
/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
|