Home
last modified time | relevance | path

Searched refs:GUC_WOPCM_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_wopcm.c129 u32 reg_size = xe_mmio_read32(&gt->mmio, GUC_WOPCM_SIZE); in __wopcm_regs_locked()
155 err = xe_mmio_write32_and_verify(&gt->mmio, GUC_WOPCM_SIZE, size, mask, in __wopcm_init_regs()
175 drm_notice(&xe->drm, "%s(%#x)=%#x\n", "GUC_WOPCM_SIZE", in __wopcm_init_regs()
176 GUC_WOPCM_SIZE.addr, in __wopcm_init_regs()
177 xe_mmio_read32(&gt->mmio, GUC_WOPCM_SIZE)); in __wopcm_init_regs()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.c389 err = intel_uncore_write_and_verify(uncore, GUC_WOPCM_SIZE, size, mask, in uc_init_wopcm()
409 gt_probe_error(gt, "%s(%#x)=%#x\n", "GUC_WOPCM_SIZE", in uc_init_wopcm()
410 i915_mmio_reg_offset(GUC_WOPCM_SIZE), in uc_init_wopcm()
411 intel_uncore_read(uncore, GUC_WOPCM_SIZE)); in uc_init_wopcm()
421 return (intel_uncore_read(uncore, GUC_WOPCM_SIZE) & GUC_WOPCM_SIZE_LOCKED) || in uc_is_wopcm_locked()
H A Dintel_guc_reg.h70 #define GUC_WOPCM_SIZE _MMIO(0xc050) macro
/linux/drivers/gpu/drm/xe/regs/
H A Dxe_guc_regs.h45 #define GUC_WOPCM_SIZE XE_REG(0xc050) macro
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_wopcm.c204 u32 reg_size = intel_uncore_read(uncore, GUC_WOPCM_SIZE); in __wopcm_regs_locked()