Searched defs:amd_pmf_dev (Results 1 – 1 of 1) sorted by relevance
197 struct amd_pmf_dev { struct198 void __iomem *regbase;199 void __iomem *smu_virt_addr;200 void *buf;201 u32 base_addr;202 u32 cpu_id;203 struct device *dev;204 struct mutex lock; /* protects the PMF interface */205 u32 supported_func;206 enum platform_profile_option current_profile;[all …]