Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h13 static inline struct xe_mmio *__compat_uncore_to_mmio(struct intel_uncore *uncore) in __compat_uncore_to_mmio() function
32 return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg); in intel_uncore_read()
40 return xe_mmio_read8(__compat_uncore_to_mmio(uncore), reg); in intel_uncore_read8()
48 return xe_mmio_read16(__compat_uncore_to_mmio(uncore), reg); in intel_uncore_read16()
60 upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg); in intel_uncore_read64_2x32()
63 lower = xe_mmio_read32(__compat_uncore_to_mmio(uncore), lower_reg); in intel_uncore_read64_2x32()
64 upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg); in intel_uncore_read64_2x32()
75 xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg); in intel_uncore_posting_read()
83 xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val); in intel_uncore_write()
91 return xe_mmio_rmw32(__compat_uncore_to_mmio(uncore), reg, clear, set); in intel_uncore_rmw()
[all …]