Searched defs:amd_pmf_dev (Results 1 – 1 of 1) sorted by relevance
158 struct amd_pmf_dev { struct159 void __iomem *regbase;160 void __iomem *smu_virt_addr;161 void *buf;162 u32 base_addr;163 u32 cpu_id;164 struct device *dev;165 struct mutex lock; /* protects the PMF interface */166 u32 supported_func;167 enum platform_profile_option current_profile;[all …]