Searched refs:__compat_uncore_to_mmio (Results 1 – 1 of 1) sorted by relevance
| /drivers/gpu/drm/xe/compat-i915-headers/ |
| A D | intel_uncore.h | 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() 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() 141 return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg); in intel_uncore_read_fw() 149 xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val); in intel_uncore_write_fw() 157 return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg); in intel_uncore_read_notrace() [all …]
|
Completed in 8 milliseconds