Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c166 int wait_count; in pcode_ready() local
169 wait_count = 0; in pcode_ready()
174 wait_count += delay_step; in pcode_ready()
176 } while (wait_count < 1000); in pcode_ready()