Searched defs:intel_uncore_funcs (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | intel_uncore.h | 75 struct intel_uncore_funcs { struct 76 void (*force_wake_get)(struct intel_uncore *uncore, 78 void (*force_wake_put)(struct intel_uncore *uncore, 81 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore, 83 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore, 86 u8 (*mmio_readb)(struct intel_uncore *uncore, 88 u16 (*mmio_readw)(struct intel_uncore *uncore, 90 u32 (*mmio_readl)(struct intel_uncore *uncore, 92 u64 (*mmio_readq)(struct intel_uncore *uncore, 95 void (*mmio_writeb)(struct intel_uncore *uncore, [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | intel_uncore.h | 96 struct intel_uncore_funcs { struct 97 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore, 99 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore, 102 u8 (*mmio_readb)(struct intel_uncore *uncore, 104 u16 (*mmio_readw)(struct intel_uncore *uncore, 106 u32 (*mmio_readl)(struct intel_uncore *uncore, 108 u64 (*mmio_readq)(struct intel_uncore *uncore, 111 void (*mmio_writeb)(struct intel_uncore *uncore, 113 void (*mmio_writew)(struct intel_uncore *uncore, 115 void (*mmio_writel)(struct intel_uncore *uncore,
|