Searched defs:intel_uncore_funcs (Results 1 – 1 of 1) sorted by relevance
75 struct intel_uncore_funcs { struct76 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 …]