Searched refs:tim_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_timer-test.c | 144 return tim_read(td, td->timer->tcsr_offset); in tim_read_tcsr() 154 return tim_read(td, td->timer->ticr_offset); in tim_read_ticr() 159 return tim_read(td, td->timer->tdr_offset); in tim_read_tdr() 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() 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() [all …]
|