Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/secure/
H A Dfirewall.c622 uint64_t to_wait; in pmusram_udelay() local
625 to_wait = read_cntfrq_el0() * us / 1000000; in pmusram_udelay()
627 while (read_cntpct_el0() - orig <= to_wait) in pmusram_udelay()
/rk3399_ARM-atf/plat/rockchip/rk3328/drivers/pmu/
H A Dpmu.c452 uint64_t to_wait = ARCH_TIMER_TICKS_PER_US * us; in sram_udelay() local
460 } while ((pct_now - pct_orig) <= to_wait); in sram_udelay()