Searched refs:pch_type (Results 1 – 2 of 2) sorted by relevance
259 enum intel_pch pch_type; in intel_detect_pch() local266 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()267 if (pch_type != PCH_NONE) { in intel_detect_pch()268 dev_priv->pch_type = pch_type; in intel_detect_pch()274 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()277 if (WARN_ON(id && pch_type == PCH_NONE)) in intel_detect_pch()280 dev_priv->pch_type = pch_type; in intel_detect_pch()292 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
1728 enum intel_pch pch_type; member2635 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)