Home
last modified time | relevance | path

Searched refs:TCO_TMR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dnv_tco.h31 #define TCO_TMR(base) ((base) + 0x01) /* TCO Timer Initial Value */ macro
H A Dnv_tco.c130 val = inb(TCO_TMR(tcobase)); in tco_timer_set_heartbeat()
133 outb(val, TCO_TMR(tcobase)); in tco_timer_set_heartbeat()
134 val = inb(TCO_TMR(tcobase)); in tco_timer_set_heartbeat()
/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h32 TCO_TMR = 0x12, enumerator
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c129 case TCO_TMR: in tco_ioport_readw()
195 case TCO_TMR: in tco_ioport_writew()
/openbmc/qemu/tests/qtest/
H A Dtco-test.c109 qpci_io_writew(d->dev, d->tco_io_bar, TCO_TMR, ticks); in set_tco_timeout()
157 g_assert_cmpint(qpci_io_readw(d.dev, d.tco_io_bar, TCO_TMR), ==, in test_tco_defaults()