Searched refs:watchdog_read_wtcr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_watchdog_timer-test.c | 78 switch (extract32(watchdog_read_wtcr(qts, wd), 10, 2)) { in watchdog_prescaler() 146 g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, in test_reset_action() 151 g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, in test_reset_action() 215 g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); in test_enabling_flags() 219 g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); in test_enabling_flags() 220 g_assert_false(watchdog_read_wtcr(qts, wd) & WTRF); in test_enabling_flags() 228 g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); in test_enabling_flags() 232 g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); in test_enabling_flags() 233 g_assert_false(watchdog_read_wtcr(qts, wd) & WTRF); in test_enabling_flags() 241 g_assert_true(watchdog_read_wtcr(qts, wd) & WTIF); in test_enabling_flags() [all …]
|