Searched defs:amd_pmf_dev (Results 1 – 1 of 1) sorted by relevance
620 struct amd_pmf_dev { struct621 void __iomem *regbase;622 void __iomem *smu_virt_addr;623 void *buf;624 u32 base_addr;625 u32 cpu_id;626 struct device *dev;627 struct mutex lock; /* protects the PMF interface */628 u32 supported_func;629 enum platform_profile_option current_profile;[all …]