Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dinitcall.c13 #define TICKS_TO_US(ticks) ((ticks) / (COUNTER_FREQUENCY / 1000000)) macro
50 sum = TICKS_TO_US(end - gd->sys_start_tick); in initcall_run_list()
52 TICKS_TO_US(end - start), US_TO_MS(sum), US_TO_US(sum)); in initcall_run_list()