Home
last modified time | relevance | path

Searched defs:intel_uncore_funcs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_uncore.h87 struct intel_uncore_funcs { struct
88 void (*force_wake_get)(struct intel_uncore *uncore,
90 void (*force_wake_put)(struct intel_uncore *uncore,
93 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore,
95 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore,
98 u8 (*mmio_readb)(struct intel_uncore *uncore,
100 u16 (*mmio_readw)(struct intel_uncore *uncore,
102 u32 (*mmio_readl)(struct intel_uncore *uncore,
104 u64 (*mmio_readq)(struct intel_uncore *uncore,
107 void (*mmio_writeb)(struct intel_uncore *uncore,
[all …]