Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.h76 struct intel_uncore_funcs { struct
77 void (*force_wake_get)(struct intel_uncore *uncore,
79 void (*force_wake_put)(struct intel_uncore *uncore,
82 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore,
84 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore,
87 u8 (*mmio_readb)(struct intel_uncore *uncore,
89 u16 (*mmio_readw)(struct intel_uncore *uncore,
91 u32 (*mmio_readl)(struct intel_uncore *uncore,
93 u64 (*mmio_readq)(struct intel_uncore *uncore,
96 void (*mmio_writeb)(struct intel_uncore *uncore,
[all …]