Searched refs:_LE_CACHEABILITY (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_mocs.c49 #define _LE_CACHEABILITY(value) ((value) << 0) macro
83 #define LE_0_PAGETABLE _LE_CACHEABILITY(0)
84 #define LE_1_UC _LE_CACHEABILITY(1)
85 #define LE_2_WT _LE_CACHEABILITY(2)
86 #define LE_3_WB _LE_CACHEABILITY(3)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c32 #define _LE_CACHEABILITY(value) ((value) << 0) macro
64 #define LE_0_PAGETABLE _LE_CACHEABILITY(0)
65 #define LE_1_UC _LE_CACHEABILITY(1)
66 #define LE_2_WT _LE_CACHEABILITY(2)
67 #define LE_3_WB _LE_CACHEABILITY(3)

Completed in 159 milliseconds