Searched refs:expected_lk_time (Results 1 – 1 of 1) sorted by relevance
| /dev/timer/arm_generic/ |
| A D | arm_generic_timer.c | 231 static void test_cntpct_to_lk_time(uint32_t cntfrq, lk_time_t expected_lk_time, uint32_t wrap_count… in test_cntpct_to_lk_time() argument 235 cntpct = (uint64_t)cntfrq * expected_lk_time / 1000; in test_cntpct_to_lk_time() 242 … test_time_conversion_check_result(lk_time, expected_lk_time, (1000 + cntfrq - 1) / cntfrq, true); in test_cntpct_to_lk_time() 243 …TRACEF_LEVEL(2, "cntpct_to_lk_time(%llu): got %u, expect %u\n", cntpct, lk_time, expected_lk_time); in test_cntpct_to_lk_time()
|
Completed in 5 milliseconds