Searched refs:pch_type (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/soc/ |
H A D | intel_pch.c | 165 unsigned short *pch_id, enum intel_pch *pch_type) in intel_virt_detect_pch() argument 205 *pch_type = intel_pch_type(dev_priv, id); in intel_virt_detect_pch() 209 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch() 219 enum intel_pch pch_type; in intel_detect_pch() local 223 dev_priv->pch_type = PCH_DG1; in intel_detect_pch() 226 dev_priv->pch_type = PCH_DG2; in intel_detect_pch() 247 pch_type = intel_pch_type(dev_priv, id); in intel_detect_pch() 248 if (pch_type != PCH_NONE) { in intel_detect_pch() 249 dev_priv->pch_type = pch_type; in intel_detect_pch() 254 intel_virt_detect_pch(dev_priv, &id, &pch_type); in intel_detect_pch() [all …]
|
H A D | intel_pch.h | 67 #define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | report_platform.c | 68 const char *pch_type = "Unknown"; in report_pch_info() local 76 pch_type = pch_table[i].dev_name; in report_pch_info() 81 debug("PCH type: %s, device id: %x, rev id %x\n", pch_type, dev_id, in report_pch_info()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | bd82x6x.c | 32 static int pch_type = -1; variable 56 if (pch_type < 0) { in pch_silicon_type() 58 pch_type = val; in pch_silicon_type() 61 return pch_type; in pch_silicon_type()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | pch.c | 265 static int pch_type(struct udevice *dev) in pch_type() function 277 return ((pch_type(dev) & 0xfff0) == 0x9cc0) ? 1 : 0; in pch_is_wpt() 283 u16 lpcid = pch_type(dev); in pch_is_wpt_ulx()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 276 enum intel_pch pch_type; member
|