Searched refs:TCO_RLD (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | iTCO_wdt.c | 75 #define TCO_RLD(p) (TCOBASE(p) + 0x00) /* TCO Timer Reload/Curr. Value */ macro 303 outw(0x01, TCO_RLD(p)); in iTCO_wdt_start() 305 outb(0x01, TCO_RLD(p)); in iTCO_wdt_start() 352 outw(0x01, TCO_RLD(p)); in iTCO_wdt_ping() 358 outb(0x01, TCO_RLD(p)); in iTCO_wdt_ping() 425 val16 = inw(TCO_RLD(p)); in iTCO_wdt_get_timeleft() 432 val8 = inb(TCO_RLD(p)); in iTCO_wdt_get_timeleft()
|
H A D | nv_tco.h | 30 #define TCO_RLD(base) ((base) + 0x00) /* TCO Timer Reload and Current Value */ macro
|
H A D | nv_tco.c | 104 outb(0x01, TCO_RLD(tcobase)); in tco_timer_keepalive()
|
/openbmc/qemu/tests/qtest/ |
H A D | tco-test.c | 104 qpci_io_writew(d->dev, d->tco_io_bar, TCO_RLD, 4); in load_tco() 139 g_assert_cmpint(qpci_io_readw(d.dev, d.tco_io_bar, TCO_RLD), ==, in test_tco_defaults() 225 val = qpci_io_readw(d.dev, d.tco_io_bar, TCO_RLD); in test_tco_max_timeout() 368 rld = qpci_io_readw(d.dev, d.tco_io_bar, TCO_RLD) & TCO_RLD_MASK; in test_tco_ticks_counter()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ich9_tco.h | 21 TCO_RLD = 0x00, enumerator
|
/openbmc/qemu/hw/acpi/ |
H A D | ich9_tco.c | 92 case TCO_RLD: in tco_ioport_readw() 144 case TCO_RLD: in tco_ioport_writew()
|