Searched refs:pch_type (Results 1 – 3 of 3) sorted by relevance
69 const char *pch_type = "Unknown"; in report_pch_info() local77 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()
36 static int pch_type = -1; variable60 if (pch_type < 0) { in pch_silicon_type()62 pch_type = val; in pch_silicon_type()65 return pch_type; in pch_silicon_type()
268 static int pch_type(struct udevice *dev) in pch_type() function280 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