File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
drivers/platform/x86/amd/pmc Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 91
91
#define SMU_MSG_LOG_RESET 0x07
92
92
#define SMU_MSG_LOG_DUMP_DATA 0x08
93
93
#define SMU_MSG_GET_SUP_CONSTRAINTS 0x09
94
- /* List of supported CPU ids */
95
- #define AMD_CPU_ID_RV 0x15D0
96
- #define AMD_CPU_ID_RN 0x1630
97
- #define AMD_CPU_ID_PCO AMD_CPU_ID_RV
98
- #define AMD_CPU_ID_CZN AMD_CPU_ID_RN
99
- #define AMD_CPU_ID_YC 0x14B5
100
- #define AMD_CPU_ID_CB 0x14D8
101
- #define AMD_CPU_ID_PS 0x14E8
102
- #define AMD_CPU_ID_SP 0x14A4
103
- #define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT 0x1507
104
94
105
95
#define PMC_MSG_DELAY_MIN_US 50
106
96
#define RESPONSE_REGISTER_LOOP_MAX 20000
Original file line number Diff line number Diff line change @@ -41,4 +41,15 @@ struct amd_pmc_dev {
41
41
void amd_pmc_process_restore_quirks (struct amd_pmc_dev * dev );
42
42
void amd_pmc_quirks_init (struct amd_pmc_dev * dev );
43
43
44
+ /* List of supported CPU ids */
45
+ #define AMD_CPU_ID_RV 0x15D0
46
+ #define AMD_CPU_ID_RN 0x1630
47
+ #define AMD_CPU_ID_PCO AMD_CPU_ID_RV
48
+ #define AMD_CPU_ID_CZN AMD_CPU_ID_RN
49
+ #define AMD_CPU_ID_YC 0x14B5
50
+ #define AMD_CPU_ID_CB 0x14D8
51
+ #define AMD_CPU_ID_PS 0x14E8
52
+ #define AMD_CPU_ID_SP 0x14A4
53
+ #define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT 0x1507
54
+
44
55
#endif /* PMC_H */
You can’t perform that action at this time.
0 commit comments