Home
last modified time | relevance | path

Searched refs:USHORT (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/include/
Dpptable.h85USHORT usTMin; // The temperature, in 0.01 centigrades, below which we j…
86 USHORT usTMed; // The middle temperature where we change slopes.
87USHORT usTHigh; // The high point above TMed for adjusting the second slo…
88 USHORT usPWMMin; // The minimum PWM value in percent (0.01% increments).
89 USHORT usPWMMed; // The PWM value (in percent) at TMed.
90 USHORT usPWMHigh; // The PWM value at THigh.
96 USHORT usTMax; // The max temperature
103 USHORT usFanPWMMax;
104 USHORT usFanOutputSensitivity;
109 USHORT usSize;
[all …]
Datombios.h52 #ifndef USHORT
53 typedef unsigned short USHORT; typedef
196 USHORT usStructureSize;
210 USHORT usBiosRuntimeSegmentAddress;
211 USHORT usProtectedModeInfoOffset;
212 USHORT usConfigFilenameOffset;
213 USHORT usCRC_BlockOffset;
214 USHORT usBIOS_BootupMessageOffset;
215 USHORT usInt10Offset;
216 USHORT usPciBusDevInitCode;
[all …]
Datom-types.h30 typedef uint16_t USHORT; typedef
/linux-4.4.14/drivers/gpu/drm/radeon/
Dpptable.h85USHORT usTMin; // The temperature, in 0.01 centigrades, below which we j…
86 USHORT usTMed; // The middle temperature where we change slopes.
87USHORT usTHigh; // The high point above TMed for adjusting the second slo…
88 USHORT usPWMMin; // The minimum PWM value in percent (0.01% increments).
89 USHORT usPWMMed; // The PWM value (in percent) at TMed.
90 USHORT usPWMHigh; // The PWM value at THigh.
96 USHORT usTMax; // The max temperature
103 USHORT usFanPWMMax;
104 USHORT usFanOutputSensitivity;
109 USHORT usSize;
[all …]
Datombios.h53 #ifndef USHORT
54 typedef unsigned short USHORT; typedef
202 USHORT usStructureSize;
216 USHORT usBiosRuntimeSegmentAddress;
217 USHORT usProtectedModeInfoOffset;
218 USHORT usConfigFilenameOffset;
219 USHORT usCRC_BlockOffset;
220 USHORT usBIOS_BootupMessageOffset;
221 USHORT usInt10Offset;
222 USHORT usPciBusDevInitCode;
[all …]
Datom-types.h30 typedef uint16_t USHORT; typedef
/linux-4.4.14/arch/mips/include/asm/fw/arc/
Dtypes.h20 typedef unsigned short USHORT; typedef
45 typedef unsigned short USHORT; typedef
56 typedef USHORT *_PUSHORT;
67 typedef USHORT *PUSHORT;
75 USHORT CursorXPosition;
76 USHORT CursorYPosition;
77 USHORT CursorMaxXPosition;
78 USHORT CursorMaxYPosition;
79 USHORT ForegroundColor;
80 USHORT BackgroundColor;
Dhinv.h126 USHORT Version;
127 USHORT Revision;
/linux-4.4.14/sound/oss/
Dmsnd.h150 #define PCTODSP_OFFSET(w) (USHORT)((w)/2)
151 #define PCTODSP_BASED(w) (USHORT)(((w)/2) + DSP_BASE_ADDR)
181 typedef u16 USHORT; typedef
/linux-4.4.14/arch/mips/include/asm/
Dsgiarcs.h83 USHORT vers; /* node version */
84 USHORT rev; /* node revision */
250 USHORT ver; /* ARCS firmware version */
251 USHORT rev; /* ARCS firmware revision */
/linux-4.4.14/Documentation/sound/oss/
DMultiSound617 typedef __u16 USHORT;