Searched refs:TCO1_CNT (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | iTCO_wdt.c | 81 #define TCO1_CNT(p) (TCOBASE(p) + 0x08) /* TCO1 Control Register */ macro 239 val = inw(TCO1_CNT(p)) & ~NMI_NOW; in update_no_reboot_bit_cnt() 244 outw(val, TCO1_CNT(p)); in update_no_reboot_bit_cnt() 245 newval = inw(TCO1_CNT(p)) & ~NMI_NOW; in update_no_reboot_bit_cnt() 308 val = inw(TCO1_CNT(p)); in iTCO_wdt_start() 310 outw(val, TCO1_CNT(p)); in iTCO_wdt_start() 311 val = inw(TCO1_CNT(p)); in iTCO_wdt_start() 329 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop() 331 outw(val, TCO1_CNT(p)); in iTCO_wdt_stop() 332 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | tco-test.c | 88 val = qpci_io_readw(d->dev, d->tco_io_bar, TCO1_CNT); in stop_tco() 90 qpci_io_writew(d->dev, d->tco_io_bar, TCO1_CNT, val); in stop_tco() 97 val = qpci_io_readw(d->dev, d->tco_io_bar, TCO1_CNT); in start_tco() 99 qpci_io_writew(d->dev, d->tco_io_bar, TCO1_CNT, val); in start_tco() 148 g_assert_cmpint(qpci_io_readl(d.dev, d.tco_io_bar, TCO1_CNT), ==, in test_tco_defaults() 388 qpci_io_writew(d.dev, d.tco_io_bar, TCO1_CNT, val); in test_tco1_control_bits() 390 qpci_io_writew(d.dev, d.tco_io_bar, TCO1_CNT, val); in test_tco1_control_bits() 391 g_assert_cmpint(qpci_io_readw(d.dev, d.tco_io_bar, TCO1_CNT), ==, in test_tco1_control_bits()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ich9_tco.h | 26 TCO1_CNT = 0x08, enumerator
|
/openbmc/qemu/hw/acpi/ |
H A D | ich9_tco.c | 114 case TCO1_CNT: in tco_ioport_readw() 169 case TCO1_CNT: in tco_ioport_writew()
|
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
H A D | pm.h | 65 #define TCO1_CNT 0x60 macro
|
H A D | pch.h | 33 #define TCO1_CNT 0x60 macro
|