Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c505 intel_uncore_write(uncore, XELPMP_PAT_INDEX(0), in xelpmp_setup_private_ppat()
507 intel_uncore_write(uncore, XELPMP_PAT_INDEX(1), in xelpmp_setup_private_ppat()
509 intel_uncore_write(uncore, XELPMP_PAT_INDEX(2), in xelpmp_setup_private_ppat()
511 intel_uncore_write(uncore, XELPMP_PAT_INDEX(3), in xelpmp_setup_private_ppat()
513 intel_uncore_write(uncore, XELPMP_PAT_INDEX(4), in xelpmp_setup_private_ppat()
H A Dintel_gt_regs.h366 #define XELPMP_PAT_INDEX(index) _MMIO(_PAT_INDEX(index)) macro