Searched refs:ULONG (Results 1 – 22 of 22) sorted by relevance
/linux/drivers/gpu/drm/amd/include/ |
A D | atombios.h | 44 #ifndef ULONG 605 ULONG ulClock; 632 ULONG ulReserved; 656 ULONG ulReserved; 666 ULONG ulReserved; 5479 ULONG ulSM_A0; 5480 ULONG ulSM_A1; 5481 ULONG ulSM_A2; 5482 ULONG ulSM_A3; 5483 ULONG ulSM_A4; [all …]
|
A D | pptable.h | 333 ULONG ulVCLK; 334 ULONG ulDCLK; 379 ULONG ulFlags; 448 ULONG rsv2[2]; 457 ULONG rsv2[2]; 724 ULONG ulApuTDP; 727 ULONG ulTjmax; 734 ULONG ulDeviceID; 738 ULONG ulDClk; 739 ULONG ulEClk; [all …]
|
A D | atom-types.h | 31 typedef uint32_t ULONG; typedef
|
/linux/drivers/gpu/drm/radeon/ |
A D | atombios.h | 45 #ifndef ULONG 569 ULONG ulReserved[2]; 575 ULONG ulMemoryClock; 576 ULONG ulReserved; 4702 ULONG ulMaxVddc; 4703 ULONG ulMinVddc; 4819 ULONG ulIdleNClk; 7337 ULONG ulRegVal; 7343 ULONG ulRegVal; 7920 ULONG Signature; [all …]
|
A D | pptable.h | 303 ULONG ulCapsAndSettings; 306 ULONG ulVCLK; 307 ULONG ulDCLK; 352 ULONG ulFlags; 421 ULONG rsv2[2]; 678 ULONG ulPlatformTDP; 680 ULONG ulPlatformTDC; 682 ULONG ulApuTDP; 683 ULONG ulDGpuTDP; 684 ULONG ulDGpuUlvPower; [all …]
|
A D | atom-types.h | 31 typedef uint32_t ULONG; typedef
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | pptable_v1_0.h | 106 ULONG ulGoldenPPID; 175 ULONG ulMclk; 188 ULONG ulSclk; 203 ULONG ulSclk; 207 ULONG ulSclkOffset; 232 ULONG ulPCIE_Sclk; 468 ULONG ulApuTDP; 469 ULONG ulDGpuTDP; 471 ULONG ulTjmax; 475 ULONG ulSCLKLimit; [all …]
|
A D | vega20_pptable.h | 79 ULONG ODFeatureCount; 81 ULONG ODSettingCount; 82 ULONG ODSettingsMax [ATOM_VEGA20_ODSETTING_MAX_COUNT]; //Upper Limit for each OD Setting 83 ULONG ODSettingsMin [ATOM_VEGA20_ODSETTING_MAX_COUNT]; //Lower Limit for each OD Setting 105 ULONG PowerSavingClockCount; // Count of PowerSavingClock Mode 106 …ULONG PowerSavingClockMax [ATOM_VEGA20_PPCLOCK_MAX_COUNT]; // PowerSavingClock Mode Clock Ma… 107 …ULONG PowerSavingClockMin [ATOM_VEGA20_PPCLOCK_MAX_COUNT]; // PowerSavingClock Mode Clock Mi… 115 ULONG ulGoldenPPID; 116 ULONG ulGoldenRevision; 119 ULONG ulPlatformCaps;
|
A D | vega10_pptable.h | 77 ULONG ulGoldenPPID; /* PPGen use only */ 78 ULONG ulGoldenRevision; /* PPGen use only */ 81 ULONG ulMaxODEngineClock; /* For Overdrive. */ 82 ULONG ulMaxODMemoryClock; /* For Overdrive. */ 125 ULONG ulCapsAndSettings; 148 ULONG ulClk; 418 ULONG ulBoostClock; 419 ULONG Reserved[2]; 423 ULONG ulSOCCLKLimit; 424 ULONG ulGFXCLKLimit; [all …]
|
A D | vega12_pptable.h | 80 ULONG ulGoldenPPID; 81 ULONG ulGoldenRevision; 84 ULONG ulPlatformCaps; 95 ULONG PowerSavingClockMax [ATOM_VEGA12_PPCLOCK_COUNT]; 96 ULONG PowerSavingClockMin [ATOM_VEGA12_PPCLOCK_COUNT]; 98 ULONG ODSettingsMax [ATOM_VEGA12_ODSETTING_COUNT]; 99 ULONG ODSettingsMin [ATOM_VEGA12_ODSETTING_COUNT];
|
A D | processpptables.c | 768 static ULONG size_of_entry_v2(ULONG num_dpm_levels) in size_of_entry_v2() 776 ULONG entry_index) in get_state_entry_v2() 778 ULONG i; in get_state_entry_v2() 1495 cac_leakage_table->count = (ULONG)table->ucNumEntries; in get_cac_leakage_table()
|
A D | ppatomctrl.h | 291 ULONG DIDT_REG[24];
|
A D | vega10_hwmgr.c | 94 static const ULONG PhwVega10_Magic = (ULONG)(PHM_VIslands_Magic);
|
/linux/arch/mips/include/asm/ |
A D | sgiarcs.h | 87 ULONG key; /* completely magic */ 88 ULONG amask; /* XXX affinity mask??? */ 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. */ 262 ULONG adap_cnt; /* Adapter count. */ [all …]
|
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);
|
/linux/arch/mips/fw/arc/ |
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()
|
A D | promlib.c | 41 O32_STATIC ULONG cnt; in prom_putchar() 53 O32_STATIC ULONG cnt; in prom_getchar()
|
A D | misc.c | 33 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
|
/linux/arch/mips/include/asm/fw/arc/ |
A D | hinv.h | 112 ULONG FullKey; 129 ULONG Key; 130 ULONG AffinityMask; 131 ULONG ConfigurationDataSize; 132 ULONG IdentifierLength;
|
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;
|
/linux/arch/mips/sgi-ip22/ |
A D | ip22-time.c | 122 ULONG cnt; in indy_8254timer_irq()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
A D | fiji_smumgr.c | 1500 ULONG trrds, trrdl; in fiji_populate_memory_timing_parameters()
|
Completed in 158 milliseconds