Symbol: __compat_uncore_to_mmio
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
108
return xe_mmio_wait32(__compat_uncore_to_mmio(uncore), reg, mask, value,
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
128
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
136
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
144
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
152
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
30
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
38
return xe_mmio_read8(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
46
return xe_mmio_read16(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
58
upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
61
lower = xe_mmio_read32(__compat_uncore_to_mmio(uncore), lower_reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
62
upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
73
xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
81
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h
89
return xe_mmio_rmw32(__compat_uncore_to_mmio(uncore), reg, clear, set);