Searched refs:CSR_VERSION (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_csr.c | 44 #define RKL_CSR_VERSION_REQUIRED CSR_VERSION(2, 2) 48 #define TGL_CSR_VERSION_REQUIRED CSR_VERSION(2, 8) 53 #define ICL_CSR_VERSION_REQUIRED CSR_VERSION(1, 9) 58 #define CNL_CSR_VERSION_REQUIRED CSR_VERSION(1, 7) 63 #define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 4) 68 #define KBL_CSR_VERSION_REQUIRED CSR_VERSION(1, 4) 73 #define SKL_CSR_VERSION_REQUIRED CSR_VERSION(1, 27) 78 #define BXT_CSR_VERSION_REQUIRED CSR_VERSION(1, 7)
|
| H A D | intel_csr.h | 11 #define CSR_VERSION(major, minor) ((major) << 16 | (minor)) macro
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | firewire.h | 64 #define CSR_VERSION 0x13 macro
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | fwserial.c | 2416 #define FW_UNIT_VERSION(ver) ((CSR_VERSION << 24) | (ver))
|