Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c78 int delay_step) in wait_for_aps() argument
84 udelay(delay_step); in wait_for_aps()
85 delayed += delay_step; in wait_for_aps()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c167 const int delay_step = 10; in pcode_ready() local
174 wait_count += delay_step; in pcode_ready()
175 udelay(delay_step); in pcode_ready()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsequencer.c2581 const u32 delay_step = iocfg->io_in_delay_max / in rw_mgr_mem_calibrate_dqs_enable_calibration() local
2593 i++, p++, d += delay_step) { in rw_mgr_mem_calibrate_dqs_enable_calibration()