Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/include/
Datombios.h44 #ifndef ULONG
45 typedef unsigned long ULONG; typedef
384ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT…
385 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0]
386 ULONG ulClockFreq:24;
388 ULONG ulClockFreq:24;
389 ULONG ulMemoryModuleNumber:7; // BYTE_3[6:0]
390ULONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYT…
397ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di…
406 ULONG ulClock; //When return, [23:0] return real clock
[all …]
Dpptable.h110 ULONG ulMaxEngineClock; // For Overdrive.
111 ULONG ulMaxMemoryClock; // For Overdrive.
178 ULONG ulPlatformCaps; // See ATOM_PPLIB_CAPS_*
205 ULONG ulGoldenPPID; // PPGen use only
206 ULONG ulGoldenRevision; // PPGen use only
218 ULONG ulTDPLimit;
219 ULONG ulNearTDPLimit;
220 ULONG ulSQRampingThreshold;
222ULONG ulCACLeakage; // The iLeakage for driver calculated …
309 ULONG ulCapsAndSettings;
[all …]
Datom-types.h31 typedef uint32_t ULONG; typedef
/linux-4.4.14/arch/mips/fw/arc/
Dfile.c16 ArcGetDirectoryEntry(ULONG FileID, struct linux_vdirent *Buffer, in ArcGetDirectoryEntry()
17 ULONG N, ULONG *Count) in ArcGetDirectoryEntry()
23 ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID) in ArcOpen()
29 ArcClose(ULONG FileID) in ArcClose()
35 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead()
41 ArcGetReadStatus(ULONG FileID) in ArcGetReadStatus()
47 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite()
53 ArcSeek(ULONG FileID, struct linux_bigint *Position, enum linux_seekmode SeekMode) in ArcSeek()
65 ArcGetFileInformation(ULONG FileID, struct linux_finfo *Information) in ArcGetFileInformation()
70 LONG ArcSetFileInformation(ULONG FileID, ULONG AttributeFlags, in ArcSetFileInformation()
[all …]
Dsalone.c10 LONG __init ArcLoad(CHAR *Path, ULONG TopAddr, ULONG *ExecAddr, ULONG *LowAddr) in ArcLoad()
15 LONG __init ArcInvoke(ULONG ExecAddr, ULONG StackAddr, ULONG Argc, CHAR *Argv[], in ArcInvoke()
Dpromlib.c25 ULONG cnt; in prom_putchar()
35 ULONG cnt; in prom_getchar()
Dtime.c21 ULONG __init
Dmisc.c92 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
/linux-4.4.14/drivers/gpu/drm/radeon/
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 …]
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 …]
Datom-types.h31 typedef uint32_t ULONG; typedef
/linux-4.4.14/arch/mips/include/asm/
Dsgiarcs.h85 ULONG key; /* completely magic */
86 ULONG amask; /* XXX affinity mask??? */
87 ULONG cdsize; /* size of configuration data */
88 ULONG ilen; /* length of string identifier */
128 ULONG base;
129 ULONG pages;
145 ULONG namelen;
246 ULONG magic; /* magic cookie */
249 ULONG len; /* length of parm block */
256 ULONG rveclen; /* Size of romvec struct. */
[all …]
Dsgialib.h70 extern LONG ArcRead(ULONG fd, PVOID buf, ULONG num, PULONG cnt);
71 extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt);
80 extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID);
/linux-4.4.14/arch/mips/include/asm/fw/arc/
Dhinv.h111 ULONG FullKey;
128 ULONG Key;
129 ULONG AffinityMask;
130 ULONG ConfigurationDataSize;
131 ULONG IdentifierLength;
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;
/linux-4.4.14/arch/mips/sgi-ip22/
Dip22-time.c122 ULONG cnt; in indy_8254timer_irq()