Searched defs:intel_uncore_funcs (Results 1 – 1 of 1) sorted by relevance
74 struct intel_uncore_funcs { struct75 void (*force_wake_get)(struct intel_uncore *uncore,77 void (*force_wake_put)(struct intel_uncore *uncore,80 enum forcewake_domains (*read_fw_domains)(struct intel_uncore *uncore,82 enum forcewake_domains (*write_fw_domains)(struct intel_uncore *uncore,85 u8 (*mmio_readb)(struct intel_uncore *uncore,87 u16 (*mmio_readw)(struct intel_uncore *uncore,89 u32 (*mmio_readl)(struct intel_uncore *uncore,91 u64 (*mmio_readq)(struct intel_uncore *uncore,94 void (*mmio_writeb)(struct intel_uncore *uncore,[all …]