Home
last modified time | relevance | path

Searched refs:TCO2_STS (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dtco-test.c115 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 DiTCO_wdt.c80 #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 Dich9_tco.h25 TCO2_STS = 0x06, enumerator
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c111 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 Dpm.h69 #define TCO2_STS 0x66 macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c72 ps->tco2_sts = inw(ACPI_BASE_ADDRESS + TCO2_STS); in power_state_get()
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h377 #define TCO2_STS 0x66 macro