Lines Matching refs:uint16_t

80 #define PPSMC_Result_OK             			((uint16_t)0x01)
81 #define PPSMC_Result_NoMore ((uint16_t)0x02)
82 #define PPSMC_Result_NotNow ((uint16_t)0x03)
83 #define PPSMC_Result_Failed ((uint16_t)0xFF)
84 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
85 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
87 typedef uint16_t PPSMC_Result;
89 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
91 #define PPSMC_MSG_Halt ((uint16_t)0x10)
92 #define PPSMC_MSG_Resume ((uint16_t)0x11)
93 #define PPSMC_MSG_EnableDPMLevel ((uint16_t)0x12)
94 #define PPSMC_MSG_ZeroLevelsDisabled ((uint16_t)0x13)
95 #define PPSMC_MSG_OneLevelsDisabled ((uint16_t)0x14)
96 #define PPSMC_MSG_TwoLevelsDisabled ((uint16_t)0x15)
97 #define PPSMC_MSG_EnableThermalInterrupt ((uint16_t)0x16)
98 #define PPSMC_MSG_RunningOnAC ((uint16_t)0x17)
99 #define PPSMC_MSG_LevelUp ((uint16_t)0x18)
100 #define PPSMC_MSG_LevelDown ((uint16_t)0x19)
101 #define PPSMC_MSG_ResetDPMCounters ((uint16_t)0x1a)
102 #define PPSMC_MSG_SwitchToSwState ((uint16_t)0x20)
103 #define PPSMC_MSG_SwitchToSwStateLast ((uint16_t)0x3f)
104 #define PPSMC_MSG_SwitchToInitialState ((uint16_t)0x40)
105 #define PPSMC_MSG_NoForcedLevel ((uint16_t)0x41)
106 #define PPSMC_MSG_ForceHigh ((uint16_t)0x42)
107 #define PPSMC_MSG_ForceMediumOrHigh ((uint16_t)0x43)
108 #define PPSMC_MSG_SwitchToMinimumPower ((uint16_t)0x51)
109 #define PPSMC_MSG_ResumeFromMinimumPower ((uint16_t)0x52)
110 #define PPSMC_MSG_EnableCac ((uint16_t)0x53)
111 #define PPSMC_MSG_DisableCac ((uint16_t)0x54)
112 #define PPSMC_DPMStateHistoryStart ((uint16_t)0x55)
113 #define PPSMC_DPMStateHistoryStop ((uint16_t)0x56)
114 #define PPSMC_CACHistoryStart ((uint16_t)0x57)
115 #define PPSMC_CACHistoryStop ((uint16_t)0x58)
116 #define PPSMC_TDPClampingActive ((uint16_t)0x59)
117 #define PPSMC_TDPClampingInactive ((uint16_t)0x5A)
118 #define PPSMC_StartFanControl ((uint16_t)0x5B)
119 #define PPSMC_StopFanControl ((uint16_t)0x5C)
120 #define PPSMC_NoDisplay ((uint16_t)0x5D)
121 #define PPSMC_HasDisplay ((uint16_t)0x5E)
122 #define PPSMC_MSG_UVDPowerOFF ((uint16_t)0x60)
123 #define PPSMC_MSG_UVDPowerON ((uint16_t)0x61)
124 #define PPSMC_MSG_EnableULV ((uint16_t)0x62)
125 #define PPSMC_MSG_DisableULV ((uint16_t)0x63)
126 #define PPSMC_MSG_EnterULV ((uint16_t)0x64)
127 #define PPSMC_MSG_ExitULV ((uint16_t)0x65)
128 #define PPSMC_PowerShiftActive ((uint16_t)0x6A)
129 #define PPSMC_PowerShiftInactive ((uint16_t)0x6B)
130 #define PPSMC_OCPActive ((uint16_t)0x6C)
131 #define PPSMC_OCPInactive ((uint16_t)0x6D)
132 #define PPSMC_CACLongTermAvgEnable ((uint16_t)0x6E)
133 #define PPSMC_CACLongTermAvgDisable ((uint16_t)0x6F)
134 #define PPSMC_MSG_InferredStateSweep_Start ((uint16_t)0x70)
135 #define PPSMC_MSG_InferredStateSweep_Stop ((uint16_t)0x71)
136 #define PPSMC_MSG_SwitchToLowestInfState ((uint16_t)0x72)
137 #define PPSMC_MSG_SwitchToNonInfState ((uint16_t)0x73)
138 #define PPSMC_MSG_AllStateSweep_Start ((uint16_t)0x74)
139 #define PPSMC_MSG_AllStateSweep_Stop ((uint16_t)0x75)
140 #define PPSMC_MSG_SwitchNextLowerInfState ((uint16_t)0x76)
141 #define PPSMC_MSG_SwitchNextHigherInfState ((uint16_t)0x77)
142 #define PPSMC_MSG_MclkRetrainingTest ((uint16_t)0x78)
143 #define PPSMC_MSG_ForceTDPClamping ((uint16_t)0x79)
144 #define PPSMC_MSG_CollectCAC_PowerCorreln ((uint16_t)0x7A)
145 #define PPSMC_MSG_CollectCAC_WeightCalib ((uint16_t)0x7B)
146 #define PPSMC_MSG_CollectCAC_SQonly ((uint16_t)0x7C)
147 #define PPSMC_MSG_CollectCAC_TemperaturePwr ((uint16_t)0x7D)
148 #define PPSMC_MSG_ExtremitiesTest_Start ((uint16_t)0x7E)
149 #define PPSMC_MSG_ExtremitiesTest_Stop ((uint16_t)0x7F)
150 #define PPSMC_FlushDataCache ((uint16_t)0x80)
151 #define PPSMC_FlushInstrCache ((uint16_t)0x81)
152 #define PPSMC_MSG_SetEnabledLevels ((uint16_t)0x82)
153 #define PPSMC_MSG_SetForcedLevels ((uint16_t)0x83)
154 #define PPSMC_MSG_ResetToDefaults ((uint16_t)0x84)
155 #define PPSMC_MSG_SetForcedLevelsAndJump ((uint16_t)0x85)
156 #define PPSMC_MSG_SetCACHistoryMode ((uint16_t)0x86)
157 #define PPSMC_MSG_EnableDTE ((uint16_t)0x87)
158 #define PPSMC_MSG_DisableDTE ((uint16_t)0x88)
159 #define PPSMC_MSG_SmcSpaceSetAddress ((uint16_t)0x89)
160 #define PPSMC_MSG_SmcSpaceWriteDWordInc ((uint16_t)0x8A)
161 #define PPSMC_MSG_SmcSpaceWriteWordInc ((uint16_t)0x8B)
162 #define PPSMC_MSG_SmcSpaceWriteByteInc ((uint16_t)0x8C)
164 #define PPSMC_MSG_BREAK ((uint16_t)0xF8)
166 #define PPSMC_MSG_Test ((uint16_t)0x100)
167 #define PPSMC_MSG_DRV_DRAM_ADDR_HI ((uint16_t)0x250)
168 #define PPSMC_MSG_DRV_DRAM_ADDR_LO ((uint16_t)0x251)
169 #define PPSMC_MSG_SMU_DRAM_ADDR_HI ((uint16_t)0x252)
170 #define PPSMC_MSG_SMU_DRAM_ADDR_LO ((uint16_t)0x253)
171 #define PPSMC_MSG_LoadUcodes ((uint16_t)0x254)
173 typedef uint16_t PPSMC_Msg;