Symbol: __compat_uncore_to_mmio
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
106
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
114
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
122
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
130
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
31
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
39
return xe_mmio_read8(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
47
xe_mmio_write8(__compat_uncore_to_mmio(uncore), reg, val);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
55
return xe_mmio_read16(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
67
upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
70
lower = xe_mmio_read32(__compat_uncore_to_mmio(uncore), lower_reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
71
upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
82
xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
90
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
98
return xe_mmio_rmw32(__compat_uncore_to_mmio(uncore), reg, clear, set);