Home
last modified time | relevance | path

Searched refs:delay_step (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dmp_init.c79 int delay_step) in wait_for_aps() argument
85 udelay(delay_step); in wait_for_aps()
86 delayed += delay_step; in wait_for_aps()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c168 const int delay_step = 10; in pcode_ready() local
175 wait_count += delay_step; in pcode_ready()
176 udelay(delay_step); in pcode_ready()
/OK3568_Linux_fs/u-boot/drivers/ddr/altera/
H A Dsequencer.c2582 const u32 delay_step = iocfg->io_in_delay_max / in rw_mgr_mem_calibrate_dqs_enable_calibration() local
2594 i++, p++, d += delay_step) { in rw_mgr_mem_calibrate_dqs_enable_calibration()