Home
last modified time | relevance | path

Searched refs:total_delay (Results 1 – 5 of 5) 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
633 delay = MAX(upstream->total_delay, delay); in calculate_audio_delay()
636 instance->total_delay = delay + module->get_delay(module); in calculate_audio_delay()
731 return pipeline->sink_instance->total_delay; in cras_dsp_pipeline_get_delay()
980 instance->plugin->title, module, instance->total_delay); in cras_dsp_pipeline_dump()
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c1416 uint32_t rddqs_gate_delay, rddqs_latency, total_delay; in gen_rk3399_phy_dll_bypass() local
1420 total_delay = PI_PAD_DELAY_PS_VALUE; in gen_rk3399_phy_dll_bypass()
1422 total_delay = PI_PAD_DELAY_PS_VALUE + 2500; in gen_rk3399_phy_dll_bypass()
1424 total_delay = PI_PAD_DELAY_PS_VALUE + 1500; in gen_rk3399_phy_dll_bypass()
1426 total_delay += (55 * 10000)/mhz; in gen_rk3399_phy_dll_bypass()
1427 rddqs_latency = total_delay * mhz / 1000000; in gen_rk3399_phy_dll_bypass()
1428 total_delay -= rddqs_latency * 1000000 / mhz; in gen_rk3399_phy_dll_bypass()
1429 rddqs_gate_delay = total_delay * 0x200 * mhz / 1000000; in gen_rk3399_phy_dll_bypass()