Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/omap5/
Ddra7xx_iodelay.c114 u32 total_delay, reg = 0; in get_cfg_reg() local
126 total_delay = c_elements * cpde + f_elements * fpde; in get_cfg_reg()
128 c_elements = total_delay / cpde; in get_cfg_reg()
129 f_elements = (total_delay % cpde) / fpde; in get_cfg_reg()
/external/wayland/cursor/
Dwayland-cursor.c151 uint32_t total_delay; /* length of the animation in ms */ member
222 cursor->total_delay = 0; in wl_cursor_create_from_data()
306 cursor->total_delay = 0; in wl_cursor_create_from_xcursor_images()
332 cursor->total_delay += image->image.delay; in wl_cursor_create_from_xcursor_images()
491 t = time % cursor->total_delay; in wl_cursor_frame_and_duration()
/external/u-boot/arch/x86/cpu/
Dmp_init.c77 static int wait_for_aps(atomic_t *val, int target, int total_delay, in wait_for_aps() argument
86 if (delayed >= total_delay) { in wait_for_aps()
289 static int apic_wait_timeout(int total_delay, const char *msg) in apic_wait_timeout() argument
300 if (total >= total_delay) { in apic_wait_timeout()
/external/adhd/cras/src/server/
Dcras_dsp_pipeline.c94 int total_delay; member
631 delay = MAX(upstream->total_delay, delay); in calculate_audio_delay()
634 instance->total_delay = delay + module->get_delay(module); in calculate_audio_delay()
732 return pipeline->sink_instance->total_delay; in cras_dsp_pipeline_get_delay()
980 instance->total_delay); in cras_dsp_pipeline_dump()