Searched refs:ms_to_wait (Results 1 – 1 of 1) sorted by relevance
65 const uint64_t ticks_per_ms = 1000 << 12, ms_to_wait = 5; in test_set() local77 mdelay(ms_to_wait); in test_set()83 report(end - start > (ticks_per_ms * ms_to_wait), "Advances"); in test_set()