Searched refs:WDOGRIS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | cmsdk-apb-watchdog-test.c | 31 #define WDOGRIS 0x10 macro 42 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); in test_watchdog() 49 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); in test_watchdog() 54 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); in test_watchdog() 64 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); in test_watchdog() 67 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); in test_watchdog() 79 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); in test_clock_change() 86 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 0); in test_clock_change() 97 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); in test_clock_change() 108 g_assert_cmpuint(readl(WDOG_BASE + WDOGRIS), ==, 1); in test_clock_change() [all …]
|
/openbmc/qemu/hw/watchdog/ |
H A D | cmsdk-apb-watchdog.c | 45 REG32(WDOGRIS, 0x10) 46 FIELD(WDOGRIS, INT, 0, 1)
|