Home
last modified time | relevance | path

Searched refs:LE_CACHEABILITY (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_mocs.c83 #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-6.12.1/drivers/gpu/drm/xe/regs/
Dxe_gt_regs.h81 #define LE_CACHEABILITY(value) REG_FIELD_PREP(LE_CACHEABILITY_MASK, value) macro