Home
last modified time | relevance | path

Searched refs:WDOGLOAD (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dcmsdk-apb-watchdog-test.c25 #define WDOGLOAD 0 macro
92 writel(wdog_base + WDOGLOAD, 1000); in test_watchdog()
138 writel(WDOG_BASE + WDOGLOAD, 1000); in test_clock_change()
182 g_assert_cmphex(readl(wdog_base + WDOGLOAD), ==, WDOGLOAD_DEFAULT); in test_watchdog_reset()
192 g_assert_cmphex(readl(wdog_base + WDOGLOAD), ==, WDOGLOAD_DEFAULT); in test_watchdog_reset()
196 writel(wdog_base + WDOGLOAD, 3000); in test_watchdog_reset()
201 g_assert_cmpuint(readl(wdog_base + WDOGLOAD), ==, 3000); in test_watchdog_reset()
207 g_assert_cmphex(readl(wdog_base + WDOGLOAD), ==, WDOGLOAD_DEFAULT); in test_watchdog_reset()
212 g_assert_cmphex(readl(wdog_base + WDOGLOAD), ==, WDOGLOAD_DEFAULT); in test_watchdog_reset()
235 g_assert_cmphex(readl(wdog_base + WDOGLOAD), ==, WDOGLOAD_DEFAULT); in test_watchdog_inten()
[all …]
/openbmc/qemu/hw/watchdog/
H A Dcmsdk-apb-watchdog.c37 REG32(WDOGLOAD, 0x0)