Searched refs:tim_read_tcsr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_timer-test.c | 142 static uint32_t tim_read_tcsr(const TestData *td) in tim_read_tcsr() function 196 g_assert_cmphex(tim_read_tcsr(td), ==, TCSR_DEFAULT); in test_reset() 213 g_assert_cmphex(tim_read_tcsr(td), ==, TCSR_DEFAULT); in test_reset_overrides_enable() 229 g_assert_cmphex(tim_read_tcsr(td), ==, TCSR_DEFAULT); in test_oneshot_enable_then_disable() 247 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps5() 252 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps5() 258 g_assert_cmphex(tim_read_tcsr(td), ==, PRESCALE(ps)); in test_oneshot_ps5() 285 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps0() 290 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps0() 296 g_assert_cmphex(tim_read_tcsr(td), ==, PRESCALE(ps)); in test_oneshot_ps0() [all …]
|