Searched refs:pch_type (Results 1 – 6 of 6) sorted by relevance
193 dev_priv->pch_type = PCH_DG1; in intel_detect_pch()210 enum intel_pch pch_type; in intel_detect_pch() local217 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()218 if (pch_type != PCH_NONE) { in intel_detect_pch()219 dev_priv->pch_type = pch_type; in intel_detect_pch()225 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()229 id && pch_type == PCH_NONE)) in intel_detect_pch()232 dev_priv->pch_type = pch_type; in intel_detect_pch()245 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
60 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
967 enum intel_pch pch_type; member
29 static int pch_type = -1; variable53 if (pch_type < 0) { in pch_silicon_type()55 pch_type = val; in pch_silicon_type()58 return pch_type; in pch_silicon_type()
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()
264 static int pch_type(struct udevice *dev) in pch_type() function276 return ((pch_type(dev) & 0xfff0) == 0x9cc0) ? 1 : 0; in pch_is_wpt()282 u16 lpcid = pch_type(dev); in pch_is_wpt_ulx()