Lines Matching refs:device_id
414 int vendor_id, device_id;
439 device_id = ddi_prop_get_int(DDI_DEV_T_ANY, isa_dip, DDI_PROP_DONTPASS,
441 DRM_DEBUG("device_id 0x%x", device_id);
442 device_id &= INTEL_PCH_DEVICE_ID_MASK;
443 dev_priv->pch_id = (unsigned short) device_id;
444 if (device_id == INTEL_PCH_IBX_DEVICE_ID_TYPE) {
448 } else if (device_id == INTEL_PCH_CPT_DEVICE_ID_TYPE) {
452 } else if (device_id == INTEL_PCH_PPT_DEVICE_ID_TYPE) {
457 } else if (device_id == INTEL_PCH_LPT_DEVICE_ID_TYPE) {
462 } else if (device_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) {