Home
last modified time | relevance | path

Searched refs:ULONG (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datombios.h44 #ifndef ULONG
45 typedef unsigned long ULONG; typedef
262 ULONG ulPSPDirTableOffset;
427ULONG 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]
433ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT…
440ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di…
[all …]
H A Dpptable.h129 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;
243ULONG ulCACLeakage; // The iLeakage for driver calculated …
330 ULONG ulCapsAndSettings;
[all …]
H A Datom-types.h31 typedef uint32_t ULONG; typedef
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios.h45 #ifndef ULONG
46 typedef unsigned long ULONG; typedef
397ULONG 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]
403ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT…
410ULONG 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 Dpptable.h110 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;
216ULONG ulCACLeakage; // The iLeakage for driver calculated …
303 ULONG ulCapsAndSettings;
[all …]
H A Datom-types.h31 typedef uint32_t ULONG; typedef
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h106 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 Dvega20_pptable.h78 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
104ULONG PowerSavingClockMax[ATOM_VEGA20_PPCLOCK_MAX_COUNT]; // PowerSavingClock Mode Clock Maxi…
105ULONG PowerSavingClockMin[ATOM_VEGA20_PPCLOCK_MAX_COUNT]; // PowerSavingClock Mode Clock Mini…
112 ULONG ulGoldenPPID;
113 ULONG ulGoldenRevision;
116 ULONG ulPlatformCaps;
H A Dvega10_pptable.h77 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 Dvega12_pptable.h79 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 Dprovider.cpp63 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 Dsgiarcs.h87 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 Dsgialib.h54 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 Dfile.c16 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 Dpromlib.c41 O32_STATIC ULONG cnt; in prom_putchar()
53 O32_STATIC ULONG cnt; in prom_getchar()
H A Dmisc.c33 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h107 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 Dhinv.h112 ULONG FullKey;
129 ULONG Key;
130 ULONG AffinityMask;
131 ULONG ConfigurationDataSize;
132 ULONG IdentifierLength;
H A Dtypes.h21 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 Dmingw_support.h37 typedef ULONG ulong;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch157 + 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 D0002-musl-does-not-provide-printf-h.patch172 + 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 D0004-add-fallback-parse_printf_format-implementation.patch157 + 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 D050-fix-glibcisms.patch18 //typedef unsigned long ULONG;
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-time.c122 ULONG cnt; in indy_8254timer_irq()

12