Searched refs:TISR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_timer-test.c | 33 #define TISR 0x18 macro 199 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_reset() 215 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_reset_overrides_enable() 254 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_oneshot_ps5() 264 tim_write(td, TISR, tim_timer_bit(td)); in test_oneshot_ps5() 265 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_oneshot_ps5() 270 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_oneshot_ps5() 292 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_oneshot_ps0() 320 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_oneshot_ps255() 371 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_pause_resume() [all …]
|