Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/rockchip/rk3328/drivers/pmu/
Dpmu.c447 #define ARCH_TIMER_TICKS_PER_US (SYS_COUNTER_FREQ_IN_TICKS / 1000000) macro
452 uint64_t to_wait = ARCH_TIMER_TICKS_PER_US * us; in sram_udelay()