Searched defs:amd_pmf_dev (Results 1 – 1 of 1) sorted by relevance
334 struct amd_pmf_dev { struct335 void __iomem *regbase;336 void __iomem *smu_virt_addr;337 void *buf;338 u32 base_addr;339 u32 cpu_id;340 struct device *dev;341 struct mutex lock; /* protects the PMF interface */342 u32 supported_func;343 enum platform_profile_option current_profile;[all …]