Searched refs:WTIE (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_watchdog_timer-test.c | 29 #define WTIE BIT(6) macro 145 WTCLK(0) | WTE | WTRF | WTRE | WTIF | WTIE | WTR); in test_reset_action() 147 WTCLK(0) | WTE | WTRE | WTIE); in test_reset_action() 152 WTCLK(0) | WTE | WTIF | WTIE | WTRE); in test_reset_action() 183 WTCLK(wtclk) | WTE | WTIF | WTIS(wtis) | WTIE | WTR); in test_prescaler() 226 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTIE | WTRF | WTR); in test_enabling_flags() 276 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTIE); in test_pause() 277 g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(0) | WTIE); in test_pause() 281 g_assert_cmphex(watchdog_read_wtcr(qts, wd), ==, WTCLK(0) | WTIE); in test_pause() 285 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIE); in test_pause() [all …]
|