Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dme_status.c161 me_progress_values[gmes->progress_code]); in _intel_me_status()
166 switch (gmes->progress_code) { in _intel_me_status()
177 debug("0x%02x", gmes->current_state); in _intel_me_status()
181 if (gmes->current_state < in _intel_me_status()
187 debug("0x%02x", gmes->current_state); in _intel_me_status()
191 if (!gmes->current_state) in _intel_me_status()
194 debug("0x%02x", gmes->current_state); in _intel_me_status()
198 debug("Unknown 0x%02x", gmes->current_state); in _intel_me_status()
206 struct me_gmes gmes; in intel_me_status() local
209 pci_read_dword_ptr(me_dev, &gmes, PCI_ME_GMES); in intel_me_status()
[all …]