gupsterg

RX VEGA 64 VDD records

Feb 6th, 2018
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. 7A 00 (0x7Ah) USHORT usVddcLookupTableOffset; /* points to ATOM_Vega10_Voltage_Lookup_Table */
  2. 8C 00 (0x8Ch) USHORT usVddmemLookupTableOffset; /* points to ATOM_Vega10_Voltage_Lookup_Table */
  3. 90 00 (0x90h) USHORT usVddciLookupTableOffset; /* points to ATOM_Vega10_Voltage_Lookup_Table */
  4.  
  5. VDDC
  6.  
  7. typedef struct _ATOM_Vega10_Voltage_Lookup_Table {
  8. 01 UCHAR ucRevId;
  9. 08 UCHAR ucNumEntries; /* Number of entries */
  10. ATOM_Vega10_Voltage_Lookup_Record entries[1]; /* Dynamically allocate entries */
  11. } ATOM_Vega10_Voltage_Lookup_Table;
  12.  
  13. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  14. 20 03 (800mV) USHORT usVdd; /* Base voltage */
  15. } ATOM_Vega10_Voltage_Lookup_Record;
  16.  
  17. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  18. 84 03 (900mV) USHORT usVdd; /* Base voltage */
  19. } ATOM_Vega10_Voltage_Lookup_Record;
  20.  
  21. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  22. B6 03 (950mV) USHORT usVdd; /* Base voltage */
  23. } ATOM_Vega10_Voltage_Lookup_Record;
  24.  
  25. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  26. E8 03 (1000mV) USHORT usVdd; /* Base voltage */
  27. } ATOM_Vega10_Voltage_Lookup_Record;
  28.  
  29. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  30. 1A 04 (1050mV) USHORT usVdd; /* Base voltage */
  31. } ATOM_Vega10_Voltage_Lookup_Record;
  32.  
  33. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  34. 4C 04 (1100mV) USHORT usVdd; /* Base voltage */
  35. } ATOM_Vega10_Voltage_Lookup_Record;
  36.  
  37. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  38. 7E 04 (1150mV) USHORT usVdd; /* Base voltage */
  39. } ATOM_Vega10_Voltage_Lookup_Record;
  40.  
  41. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  42. B0 04 (1200mV) USHORT usVdd; /* Base voltage */
  43. } ATOM_Vega10_Voltage_Lookup_Record;
  44.  
  45. VDDMEM
  46.  
  47. typedef struct _ATOM_Vega10_Voltage_Lookup_Table {
  48. 01 UCHAR ucRevId;
  49. 01 UCHAR ucNumEntries; /* Number of entries */
  50. ATOM_Vega10_Voltage_Lookup_Record entries[1]; /* Dynamically allocate entries */
  51. } ATOM_Vega10_Voltage_Lookup_Table;
  52.  
  53. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  54. 46 05 (1350mV) USHORT usVdd; /* Base voltage */
  55. } ATOM_Vega10_Voltage_Lookup_Record;
  56.  
  57. VDDCI
  58.  
  59. typedef struct _ATOM_Vega10_Voltage_Lookup_Table {
  60. 01 UCHAR ucRevId;
  61. 01 UCHAR ucNumEntries; /* Number of entries */
  62. ATOM_Vega10_Voltage_Lookup_Record entries[1]; /* Dynamically allocate entries */
  63. } ATOM_Vega10_Voltage_Lookup_Table;
  64.  
  65. typedef struct _ATOM_Vega10_Voltage_Lookup_Record {
  66. 84 03 (900mV) USHORT usVdd; /* Base voltage */
  67. } ATOM_Vega10_Voltage_Lookup_Record;
Advertisement
Add Comment
Please, Sign In to add comment