Searched refs:pch_type (Results 1 – 3 of 3) sorted by relevance
28 static int pch_type = -1; variable52 if (pch_type < 0) { in pch_silicon_type()54 pch_type = val; in pch_silicon_type()57 return pch_type; in pch_silicon_type()
68 const char *pch_type = "Unknown"; in report_pch_info() local76 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()
263 static int pch_type(struct udevice *dev) in pch_type() function275 return ((pch_type(dev) & 0xfff0) == 0x9cc0) ? 1 : 0; in pch_is_wpt()281 u16 lpcid = pch_type(dev); in pch_is_wpt_ulx()