Searched refs:CSR_VERSION (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_csr.c | 39 #define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 4) 43 #define CNL_CSR_VERSION_REQUIRED CSR_VERSION(1, 7) 47 #define KBL_CSR_VERSION_REQUIRED CSR_VERSION(1, 4) 51 #define SKL_CSR_VERSION_REQUIRED CSR_VERSION(1, 27) 55 #define BXT_CSR_VERSION_REQUIRED CSR_VERSION(1, 7)
|
D | i915_debugfs.c | 2884 (IS_SKYLAKE(dev_priv) && csr->version >= CSR_VERSION(1, 6))) { in i915_dmc_info() 2889 } else if (IS_BROXTON(dev_priv) && csr->version >= CSR_VERSION(1, 4)) { in i915_dmc_info()
|
D | i915_drv.h | 460 #define CSR_VERSION(major, minor) ((major) << 16 | (minor)) macro
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu.c | 39 case CSR_VERSION: in name_card()
|
/Linux-v4.19/drivers/firewire/ |
D | core-device.c | 144 case CSR_VERSION: id[3] = value; break; in get_ids() 339 IMMEDIATE_ATTR(version, CSR_VERSION), 447 case CSR_VERSION: in units_sprintf()
|
/Linux-v4.19/include/linux/ |
D | firewire.h | 64 #define CSR_VERSION 0x13 macro
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.c | 2445 #define FW_UNIT_VERSION(ver) ((CSR_VERSION << 24) | (ver))
|