Searched defs:amd_pmf_dev (Results 1 – 1 of 1) sorted by relevance
149 struct amd_pmf_dev { struct150 void __iomem *regbase;151 void __iomem *smu_virt_addr;152 void *buf;153 u32 base_addr;154 u32 cpu_id;155 struct device *dev;156 struct mutex lock; /* protects the PMF interface */157 u32 supported_func;158 enum platform_profile_option current_profile;[all …]