Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c137 static void tim_write_tcsr(const TestData *td, uint32_t value) in tim_write_tcsr() function
211 tim_write_tcsr(td, CEN | CRST | TCSR_DEFAULT); in test_reset_overrides_enable()
226 tim_write_tcsr(td, CEN | TCSR_DEFAULT); in test_oneshot_enable_then_disable()
227 tim_write_tcsr(td, TCSR_DEFAULT); in test_oneshot_enable_then_disable()
246 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps5()
284 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps0()
312 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps255()
340 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_oneshot_interrupt()
361 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume()
365 tim_write_tcsr(td, IE | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume()
[all …]