Searched refs:tim_read_tdr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_timer-test.c | 157 static uint32_t tim_read_tdr(const TestData *td) in tim_read_tdr() function 198 g_assert_cmphex(tim_read_tdr(td), ==, 0); in test_reset() 214 g_assert_cmphex(tim_read_tdr(td), ==, 0); in test_reset_overrides_enable() 230 g_assert_cmphex(tim_read_tdr(td), ==, 0); in test_oneshot_enable_then_disable() 248 g_assert_cmpuint(tim_read_tdr(td), ==, count); in test_oneshot_ps5() 253 g_assert_cmpuint(tim_read_tdr(td), <, count); in test_oneshot_ps5() 259 g_assert_cmpuint(tim_read_tdr(td), ==, count); in test_oneshot_ps5() 291 g_assert_cmpuint(tim_read_tdr(td), <, count); in test_oneshot_ps0() 319 g_assert_cmpuint(tim_read_tdr(td), <, count); in test_oneshot_ps255() 377 g_assert_cmpuint(tim_read_tdr(td), <, count); in test_pause_resume() [all …]
|