Lines Matching refs:PRESCALE

30 #define PRESCALE(x)     (x)  macro
38 #define TCSR_DEFAULT PRESCALE(5)
246 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps5()
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()
284 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps0()
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()
312 tim_write_tcsr(td, CEN | PRESCALE(ps)); in test_oneshot_ps255()
313 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps255()
318 g_assert_cmphex(tim_read_tcsr(td), ==, CEN | CACT | PRESCALE(ps)); in test_oneshot_ps255()
324 g_assert_cmphex(tim_read_tcsr(td), ==, 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()
375 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume()
397 tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); in test_prescaler_change()
403 tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); in test_prescaler_change()
411 tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); in test_prescaler_change()
419 tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); in test_prescaler_change()
444 tim_write_tcsr(td, CEN | MODE_PERIODIC | PRESCALE(ps)); in test_periodic_no_interrupt()
471 tim_write_tcsr(td, CEN | IE | MODE_PERIODIC | PRESCALE(ps)); in test_periodic_interrupt()
499 tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); in test_disable_on_expiration()
503 tim_write_tcsr(td, MODE_ONESHOT | PRESCALE(ps)); in test_disable_on_expiration()
504 tim_write_tcsr(td, CEN | MODE_ONESHOT | PRESCALE(ps)); in test_disable_on_expiration()
506 tim_write_tcsr(td, MODE_ONESHOT | PRESCALE(ps)); in test_disable_on_expiration()