Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_mocs.c287 REG_FIELD_GET(L3_CACHEABILITY_MASK, reg_val), in xelp_lncf_dump()
392 REG_FIELD_GET(L3_CACHEABILITY_MASK, reg_val), in xehp_lncf_dump()
435 REG_FIELD_GET(L3_CACHEABILITY_MASK, reg_val), in pvc_mocs_dump()
/linux-6.12.1/drivers/gpu/drm/xe/regs/
Dxe_gt_regs.h367 #define L3_CACHEABILITY_MASK REG_GENMASK(5, 4) macro
368 #define L3_CACHEABILITY(value) REG_FIELD_PREP(L3_CACHEABILITY_MASK, value)