__compat_uncore_to_mmio
return xe_mmio_wait32(__compat_uncore_to_mmio(uncore), reg, mask, value,
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
return xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
return xe_mmio_read8(__compat_uncore_to_mmio(uncore), reg);
return xe_mmio_read16(__compat_uncore_to_mmio(uncore), reg);
upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg);
lower = xe_mmio_read32(__compat_uncore_to_mmio(uncore), lower_reg);
upper = xe_mmio_read32(__compat_uncore_to_mmio(uncore), upper_reg);
xe_mmio_read32(__compat_uncore_to_mmio(uncore), reg);
xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
return xe_mmio_rmw32(__compat_uncore_to_mmio(uncore), reg, clear, set);