Searched refs:CSR_VERSION (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_csr.c | 43 #define TGL_CSR_VERSION_REQUIRED CSR_VERSION(2, 4) 48 #define ICL_CSR_VERSION_REQUIRED CSR_VERSION(1, 7) 53 #define CNL_CSR_VERSION_REQUIRED CSR_VERSION(1, 7) 58 #define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 4) 63 #define KBL_CSR_VERSION_REQUIRED CSR_VERSION(1, 4) 68 #define SKL_CSR_VERSION_REQUIRED CSR_VERSION(1, 27) 73 #define BXT_CSR_VERSION_REQUIRED CSR_VERSION(1, 7)
|
D | intel_csr.h | 11 #define CSR_VERSION(major, minor) ((major) << 16 | (minor)) macro
|
/Linux-v5.4/drivers/firewire/ |
D | core-device.c | 131 case CSR_VERSION: id[3] = value; break; in get_ids() 326 IMMEDIATE_ATTR(version, CSR_VERSION), 434 case CSR_VERSION: in units_sprintf()
|
/Linux-v5.4/include/linux/ |
D | firewire.h | 64 #define CSR_VERSION 0x13 macro
|
/Linux-v5.4/drivers/staging/fwserial/ |
D | fwserial.c | 2415 #define FW_UNIT_VERSION(ver) ((CSR_VERSION << 24) | (ver))
|