Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Ddra7xx_iodelay.c115 u32 total_delay, reg = 0; in get_cfg_reg() local
127 total_delay = c_elements * cpde + f_elements * fpde; in get_cfg_reg()
129 c_elements = total_delay / cpde; in get_cfg_reg()
130 f_elements = (total_delay % cpde) / fpde; in get_cfg_reg()
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dmp_init.c78 static int wait_for_aps(atomic_t *val, int target, int total_delay, in wait_for_aps() argument
87 if (delayed >= total_delay) { in wait_for_aps()
290 static int apic_wait_timeout(int total_delay, const char *msg) in apic_wait_timeout() argument
301 if (total >= total_delay) { in apic_wait_timeout()