Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c23 #define TICKS_PER_HZ (TIMER_CLOCK / CONFIG_SYS_HZ) macro
24 #define TICKS_TO_HZ(x) ((x) / TICKS_PER_HZ)