Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dearly_me.c43 udelay(ME_DELAY); in intel_early_me_init()
122 udelay(ME_DELAY); in intel_early_me_init_done()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dme.c36 udelay(ME_DELAY); in intel_me_hsio_version()
/openbmc/u-boot/arch/x86/include/asm/
H A Dme_common.h22 #define ME_DELAY 10 /* 10 us */ macro