Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c28 static int pch_type = -1; variable
52 if (pch_type < 0) { in pch_silicon_type()
54 pch_type = val; in pch_silicon_type()
57 return pch_type; in pch_silicon_type()
/external/u-boot/arch/x86/cpu/intel_common/
Dreport_platform.c68 const char *pch_type = "Unknown"; in report_pch_info() local
76 pch_type = pch_table[i].dev_name; in report_pch_info()
81 debug("PCH type: %s, device id: %x, rev id %x\n", pch_type, dev_id, in report_pch_info()
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c263 static int pch_type(struct udevice *dev) in pch_type() function
275 return ((pch_type(dev) & 0xfff0) == 0x9cc0) ? 1 : 0; in pch_is_wpt()
281 u16 lpcid = pch_type(dev); in pch_is_wpt_ulx()