Home
last modified time | relevance | path

Searched refs:CSR_VERSION (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_csr.c39 #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)
Di915_debugfs.c2884 (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()
Di915_drv.h460 #define CSR_VERSION(major, minor) ((major) << 16 | (minor)) macro
/Linux-v4.19/sound/firewire/motu/
Dmotu.c39 case CSR_VERSION: in name_card()
/Linux-v4.19/drivers/firewire/
Dcore-device.c144 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/
Dfirewire.h64 #define CSR_VERSION 0x13 macro
/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.c2445 #define FW_UNIT_VERSION(ver) ((CSR_VERSION << 24) | (ver))