Searched refs:pch_type (Results 1 – 3 of 3) sorted by relevance
161 enum intel_pch pch_type; in intel_detect_pch() local168 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()169 if (pch_type != PCH_NONE) { in intel_detect_pch()170 dev_priv->pch_type = pch_type; in intel_detect_pch()176 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch()179 if (WARN_ON(id && pch_type == PCH_NONE)) in intel_detect_pch()182 dev_priv->pch_type = pch_type; in intel_detect_pch()194 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()
53 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
1438 enum intel_pch pch_type; member