Lines Matching refs:TISR

33 #define TISR    0x18  macro
185 writel(timer_block[i].base_addr + TISR, -1); in tim_reset()
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()
232 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_enable_then_disable()
254 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_oneshot_ps5()
260 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); 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()
298 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_ps0()
320 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_oneshot_ps255()
326 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_ps255()
344 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_interrupt()
371 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_pause_resume()
378 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_pause_resume()
383 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_pause_resume()
426 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_prescaler_change()
430 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_prescaler_change()
449 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_periodic_no_interrupt()
452 tim_write(td, TISR, tim_timer_bit(td)); in test_periodic_no_interrupt()
454 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_periodic_no_interrupt()
476 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_periodic_interrupt()
479 tim_write(td, TISR, tim_timer_bit(td)); in test_periodic_interrupt()
481 g_assert_cmphex(tim_read(td, TISR), ==, 0); in test_periodic_interrupt()
507 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_disable_on_expiration()