Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c70 static void watchdog_write_wtcr(QTestState *qts, const Watchdog *wd, in watchdog_write_wtcr() function
129 watchdog_write_wtcr(qts, wd, WTCLK(1) | WTRF | WTIF | WTR); in test_init()
144 watchdog_write_wtcr(qts, wd, in test_reset_action()
182 watchdog_write_wtcr(qts, wd, in test_prescaler()
213 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTRF | WTR); in test_enabling_flags()
226 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTIE | WTRF | WTR); in test_enabling_flags()
239 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTRE | WTRF | WTR); in test_enabling_flags()
266 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIF | WTIE | WTRF | WTR); in test_pause()
276 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTIE); in test_pause()
285 watchdog_write_wtcr(qts, wd, WTCLK(0) | WTE | WTIE); in test_pause()