Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-omap2/omap5/
A Ddra7xx_iodelay.c116 u32 total_delay, reg = 0; in get_cfg_reg() local
128 total_delay = c_elements * cpde + f_elements * fpde; in get_cfg_reg()
130 c_elements = total_delay / cpde; in get_cfg_reg()
131 f_elements = (total_delay % cpde) / fpde; in get_cfg_reg()
/u-boot/arch/x86/cpu/
A Dmp_init.c184 static int wait_for_aps(atomic_t *val, int target, int total_delay, in wait_for_aps() argument
193 if (delayed >= total_delay) { in wait_for_aps()
397 static int apic_wait_timeout(int total_delay, const char *msg) in apic_wait_timeout() argument
408 if (total >= total_delay) { in apic_wait_timeout()

Completed in 4 milliseconds