/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | atombios.h | 44 #ifndef ULONG 45 typedef unsigned long ULONG; typedef 262 ULONG ulPSPDirTableOffset; 427 …ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT… 428 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0] 429 ULONG ulClockFreq:24; 431 ULONG ulClockFreq:24; 432 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0] 433 …ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT… 440 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di… [all …]
|
H A D | pptable.h | 129 ULONG ulMaxEngineClock; // For Overdrive. 130 ULONG ulMaxMemoryClock; // For Overdrive. 199 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_* 226 ULONG ulGoldenPPID; // PPGen use only 227 ULONG ulGoldenRevision; // PPGen use only 239 ULONG ulTDPLimit; 240 ULONG ulNearTDPLimit; 241 ULONG ulSQRampingThreshold; 243 …ULONG ulCACLeakage; // The iLeakage for driver calculated … 330 ULONG ulCapsAndSettings; [all …]
|
H A D | atom-types.h | 31 typedef uint32_t ULONG; typedef
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | atombios.h | 45 #ifndef ULONG 46 typedef unsigned long ULONG; typedef 397 …ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT… 398 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0] 399 ULONG ulClockFreq:24; 401 ULONG ulClockFreq:24; 402 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0] 403 …ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT… 410 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di… 419 ULONG ulClock; //When return, [23:0] return real clock [all …]
|
H A D | pptable.h | 110 ULONG ulMaxEngineClock; // For Overdrive. 111 ULONG ulMaxMemoryClock; // For Overdrive. 172 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_* 199 ULONG ulGoldenPPID; // PPGen use only 200 ULONG ulGoldenRevision; // PPGen use only 212 ULONG ulTDPLimit; 213 ULONG ulNearTDPLimit; 214 ULONG ulSQRampingThreshold; 216 …ULONG ulCACLeakage; // The iLeakage for driver calculated … 303 ULONG ulCapsAndSettings; [all …]
|
H A D | atom-types.h | 31 typedef uint32_t ULONG; typedef
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pptable_v1_0.h | 106 ULONG ulGoldenPPID; 107 ULONG ulGoldenRevision; 111 ULONG ulPlatformCaps; /*See ATOM_Tonga_CAPS_* */ 113 ULONG ulMaxODEngineClock; /*For Overdrive. */ 114 ULONG ulMaxODMemoryClock; /*For Overdrive. */ 159 ULONG ulCapsAndSettings; 175 ULONG ulMclk; 188 ULONG ulSclk; 203 ULONG ulSclk; 207 ULONG ulSclkOffset; [all …]
|
H A D | vega20_pptable.h | 78 ULONG ODFeatureCount; 80 ULONG ODSettingCount; 81 ULONG ODSettingsMax[ATOM_VEGA20_ODSETTING_MAX_COUNT]; //Upper Limit for each OD Setting 82 ULONG ODSettingsMin[ATOM_VEGA20_ODSETTING_MAX_COUNT]; //Lower Limit for each OD Setting 103 ULONG PowerSavingClockCount; // Count of PowerSavingClock Mode 104 …ULONG PowerSavingClockMax[ATOM_VEGA20_PPCLOCK_MAX_COUNT]; // PowerSavingClock Mode Clock Maxi… 105 …ULONG PowerSavingClockMin[ATOM_VEGA20_PPCLOCK_MAX_COUNT]; // PowerSavingClock Mode Clock Mini… 112 ULONG ulGoldenPPID; 113 ULONG ulGoldenRevision; 116 ULONG ulPlatformCaps;
|
H A D | vega10_pptable.h | 77 ULONG ulGoldenPPID; /* PPGen use only */ 78 ULONG ulGoldenRevision; /* PPGen use only */ 80 ULONG ulPlatformCaps; /* See ATOM_Vega10_CAPS_* */ 81 ULONG ulMaxODEngineClock; /* For Overdrive. */ 82 ULONG ulMaxODMemoryClock; /* For Overdrive. */ 125 ULONG ulCapsAndSettings; 136 ULONG ulClk; /* Frequency of Clock */ 141 ULONG ulClk; /* Clock Frequency */ 148 ULONG ulClk; 157 ULONG ulMemClk; /* Clock Frequency */ [all …]
|
H A D | vega12_pptable.h | 79 ULONG ulGoldenPPID; 80 ULONG ulGoldenRevision; 83 ULONG ulPlatformCaps; 94 ULONG PowerSavingClockMax[ATOM_VEGA12_PPCLOCK_COUNT]; 95 ULONG PowerSavingClockMin[ATOM_VEGA12_PPCLOCK_COUNT]; 97 ULONG ODSettingsMax[ATOM_VEGA12_ODSETTING_COUNT]; 98 ULONG ODSettingsMin[ATOM_VEGA12_ODSETTING_COUNT];
|
/openbmc/qemu/qga/vss-win32/ |
H A D | provider.cpp | 63 STDMETHODIMP_(ULONG) AddRef(); 64 STDMETHODIMP_(ULONG) Release(); 68 ULONG celt, VSS_OBJECT_PROP *rgelt, ULONG *pceltFetched); 69 STDMETHODIMP Skip(ULONG celt); 103 STDMETHODIMP_(ULONG) CQGAVSSEnumObject::AddRef() in STDMETHODIMP_() argument 108 STDMETHODIMP_(ULONG) CQGAVSSEnumObject::Release() in STDMETHODIMP_() argument 118 ULONG celt, VSS_OBJECT_PROP *rgelt, ULONG *pceltFetched) in Next() 124 STDMETHODIMP CQGAVSSEnumObject::Skip(ULONG celt) in Skip() 149 STDMETHODIMP_(ULONG) AddRef(); 150 STDMETHODIMP_(ULONG) Release(); [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | sgiarcs.h | 87 ULONG key; /* completely magic */ 88 ULONG amask; /* XXX affinity mask??? */ 89 ULONG cdsize; /* size of configuration data */ 90 ULONG ilen; /* length of string identifier */ 130 ULONG base; 131 ULONG pages; 147 ULONG namelen; 248 ULONG magic; /* magic cookie */ 251 ULONG len; /* length of parm block */ 258 ULONG rveclen; /* Size of romvec struct. */ [all …]
|
H A D | sgialib.h | 54 extern LONG ArcRead(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 55 extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 59 extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID);
|
/openbmc/linux/arch/mips/fw/arc/ |
H A D | file.c | 16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() 22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite()
|
H A D | promlib.c | 41 O32_STATIC ULONG cnt; in prom_putchar() 53 O32_STATIC ULONG cnt; in prom_getchar()
|
H A D | misc.c | 33 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.h | 107 typedef unsigned long ULONG; typedef 113 typedef ULONG CLONG; 121 ULONG LowPart; 125 ULONG LowPart; 126 ULONG HighPart; 201 #define CTL_CODE( DeviceType, Function, Method, Access ) ((ULONG)( \ 202 …((ULONG)(DeviceType) << 16) | ((ULONG)(Access) << 14) | ((ULONG)(Function) << 2) | ((ULONG)Method)… 224 ULONG Status; 225 ULONG Information; 534 ULONG BusNumber; // Bus number [all …]
|
/openbmc/linux/arch/mips/include/asm/fw/arc/ |
H A D | hinv.h | 112 ULONG FullKey; 129 ULONG Key; 130 ULONG AffinityMask; 131 ULONG ConfigurationDataSize; 132 ULONG IdentifierLength;
|
H A D | types.h | 21 typedef unsigned long ULONG __attribute__ ((__mode__ (__SI__))); typedef 46 typedef unsigned long ULONG __attribute__ ((__mode__ (__DI__))); typedef 57 typedef ULONG *_PULONG; 68 typedef ULONG *PULONG;
|
/openbmc/u-boot/tools/ |
H A D | mingw_support.h | 37 typedef ULONG ulong;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 157 + ULONG, 180 + [ULONG] = PA_INT | PA_FLAG_LONG, 211 + S('o') = E(ULONG),S('u') = E(ULONG),S('x') = E(ULONG),S('X') = E(ULONG),
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | 0002-musl-does-not-provide-printf-h.patch | 172 + ULONG, 195 + [ULONG] = PA_INT | PA_FLAG_LONG, 226 + S('o') = E(ULONG),S('u') = E(ULONG),S('x') = E(ULONG),S('X') = E(ULONG),
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 157 + ULONG, 180 + [ULONG] = PA_INT | PA_FLAG_LONG, 211 + S('o') = E(ULONG),S('u') = E(ULONG),S('x') = E(ULONG),S('X') = E(ULONG),
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | 050-fix-glibcisms.patch | 18 //typedef unsigned long ULONG;
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A D | ip22-time.c | 122 ULONG cnt; in indy_8254timer_irq()
|