Searched refs:pch_type (Results 1 – 3 of 3) sorted by relevance
178 enum intel_pch pch_type; in intel_detect_pch() local185 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()186 if (pch_type != PCH_NONE) { in intel_detect_pch()187 dev_priv->pch_type = pch_type; in intel_detect_pch()193 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()196 if (WARN_ON(id && pch_type == PCH_NONE)) in intel_detect_pch()199 dev_priv->pch_type = pch_type; in intel_detect_pch()212 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
59 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
1072 enum intel_pch pch_type; member