Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/intel_common/
A Dreport_platform.c69 const char *pch_type = "Unknown"; in report_pch_info() local
77 pch_type = pch_table[i].dev_name; in report_pch_info()
82 debug("PCH type: %s, device id: %x, rev id %x\n", pch_type, dev_id, in report_pch_info()
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c36 static int pch_type = -1; variable
60 if (pch_type < 0) { in pch_silicon_type()
62 pch_type = val; in pch_silicon_type()
65 return pch_type; in pch_silicon_type()
/u-boot/arch/x86/cpu/broadwell/
A Dpch.c268 static int pch_type(struct udevice *dev) in pch_type() function
280 return ((pch_type(dev) & 0xfff0) == 0x9cc0) ? 1 : 0; in pch_is_wpt()
286 u16 lpcid = pch_type(dev); in pch_is_wpt_ulx()

Completed in 7 milliseconds