Searched refs:pch_type (Results 1 – 5 of 5) sorted by relevance
235 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch()245 enum intel_pch pch_type; in intel_detect_pch() local252 dev_priv->pch_type = PCH_LNL; in intel_detect_pch()259 dev_priv->pch_type = PCH_MTL; in intel_detect_pch()262 dev_priv->pch_type = PCH_DG2; in intel_detect_pch()265 dev_priv->pch_type = PCH_DG1; in intel_detect_pch()287 if (pch_type != PCH_NONE) { in intel_detect_pch()288 dev_priv->pch_type = pch_type; in intel_detect_pch()293 dev_priv->pch_type = pch_type; in intel_detect_pch()305 dev_priv->pch_type = PCH_NOP; in intel_detect_pch()[all …]
37 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
16 enum pch_type { enum
575 enum intel_pch pch_type; member
276 enum intel_pch pch_type; member