Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dreport_platform.c44 } pch_table[] = { variable
74 for (i = 0; i < ARRAY_SIZE(pch_table); i++) { in report_pch_info()
75 if (pch_table[i].dev_id == dev_id) { in report_pch_info()
76 pch_type = pch_table[i].dev_name; in report_pch_info()