Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 25 of 3831) sorted by relevance

12345678910>>...154

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu7_ppsmc.h32 #define PPSMC_MSG_SetGBDroopSettings ((uint16_t) 0x305)
85 #define PPSMC_Result_OK ((uint16_t)0x01)
86 #define PPSMC_Result_NoMore ((uint16_t)0x02)
88 #define PPSMC_Result_NotNow ((uint16_t)0x03)
89 #define PPSMC_Result_Failed ((uint16_t)0xFF)
90 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
91 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
93 typedef uint16_t PPSMC_Result;
95 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
98 #define PPSMC_MSG_Halt ((uint16_t)0x10)
[all …]
H A Dtonga_ppsmc.h91 #define PPSMC_Result_OK ((uint16_t)0x01)
92 #define PPSMC_Result_NoMore ((uint16_t)0x02)
93 #define PPSMC_Result_NotNow ((uint16_t)0x03)
95 #define PPSMC_Result_Failed ((uint16_t)0xFF)
96 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
97 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
99 typedef uint16_t PPSMC_Result;
101 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
104 #define PPSMC_MSG_Halt ((uint16_t)0x10)
105 #define PPSMC_MSG_Resume ((uint16_t)0x11)
[all …]
H A Dfiji_ppsmc.h89 #define PPSMC_Result_OK ((uint16_t)0x01)
90 #define PPSMC_Result_NoMore ((uint16_t)0x02)
92 #define PPSMC_Result_NotNow ((uint16_t)0x03)
94 #define PPSMC_Result_Failed ((uint16_t)0xFF)
95 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
96 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
98 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
101 #define PPSMC_MSG_Halt ((uint16_t)0x10)
102 #define PPSMC_MSG_Resume ((uint16_t)0x11)
103 #define PPSMC_MSG_EnableDPMLevel ((uint16_t)0x12)
[all …]
H A Dcz_ppsmc.h51 #define PPSMC_Result_OK ((uint16_t)0x01)
52 #define PPSMC_Result_NoMore ((uint16_t)0x02)
53 #define PPSMC_Result_NotNow ((uint16_t)0x03)
54 #define PPSMC_Result_Failed ((uint16_t)0xFF)
55 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE)
56 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD)
58 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x))
63 #define PPSMC_MSG_Test ((uint16_t) 0x1)
64 #define PPSMC_MSG_GetFeatureStatus ((uint16_t) 0x2)
65 #define PPSMC_MSG_EnableAllSmuFeatures ((uint16_t) 0x3)
[all …]
H A Dsmu11_driver_if_navi10.h316 uint16_t SlaveAddress;
491 uint16_t DeviceID;
493 uint16_t DieTemperatureLimit;
494 uint16_t FanTargetTemperature;
496 uint16_t MemoryTemperatureLimit;
497 uint16_t MemoryTemperatureLimit1;
499 uint16_t TGP;
500 uint16_t CardPower;
510 uint16_t DieTemperature;
511 uint16_t CurrentMemoryTemperature;
[all …]
H A Dsmu11_driver_if.h370 uint16_t SocketPowerLimitAc0;
371 uint16_t SocketPowerLimitAc0Tau;
372 uint16_t SocketPowerLimitAc1;
373 uint16_t SocketPowerLimitAc1Tau;
374 uint16_t SocketPowerLimitAc2;
375 uint16_t SocketPowerLimitAc2Tau;
376 uint16_t SocketPowerLimitAc3;
377 uint16_t SocketPowerLimitAc3Tau;
378 uint16_t SocketPowerLimitDc;
379 uint16_t SocketPowerLimitDcTau;
[all …]
H A Dsmu11_driver_if_arcturus.h309 uint16_t SlaveAddress;
462uint16_t SsFmin; // Fmin for SS curve. If SS curve is selected, will use V@SSFm…
463 uint16_t Padding16;
473 uint16_t SocketPowerLimitAc[PPT_THROTTLER_COUNT];
474 uint16_t SocketPowerLimitAcTau[PPT_THROTTLER_COUNT];
475 uint16_t TdcLimitSoc; // Amps
476 uint16_t TdcLimitSocTau; // Time constant of LPF in ms
477 uint16_t TdcLimitGfx; // Amps
478 uint16_t TdcLimitGfxTau; // Time constant of LPF in ms
480 uint16_t TedgeLimit; // Celcius
[all …]
H A Dhwmgr.h213 int (*send_msg_to_smc)(struct pp_hwmgr *hwmgr, uint16_t msg);
215 uint16_t msg, uint32_t parameter);
233 …int (*smc_table_manager)(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw); /*rw…
276 int (*set_max_fan_rpm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm);
277 int (*set_max_fan_pwm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm);
380 uint16_t Vddc; /* in CI, we use it for StdVoltageHiSidd */
384 uint16_t Vddc1;
385 uint16_t Vddc2;
386 uint16_t Vddc3;
407 uint16_t usTDP;
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h132 uint16_t hash_stream_index;
133 uint16_t hash_aux_stream_index;
157 uint16_t global_stream_index;
158 uint16_t build_number;
159 uint16_t public_stream_index;
160 uint16_t pdb_dll_version;
161 uint16_t sym_record_stream;
162 uint16_t pdb_dll_rbld;
171 uint16_t flags;
172 uint16_t machine;
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v3.h166 uint16_t channelValue;
167 uint16_t pcdacMin;
168 uint16_t pcdacMax;
169 uint16_t numPcdacValues;
170 uint16_t PcdacValues[64];
176 uint16_t channelValue;
177 uint16_t pcdacMin;
178 uint16_t pcdacMax;
179 uint16_t numPcdacValues;
180 uint16_t PcdacValues[NUM_PCDAC_VALUES];
[all …]
/netbsd-src/sys/dev/ic/
H A Dispmbox.h311 uint16_t ds_type; /* 0-> ispds_t, 1-> ispds64_t */
384 uint16_t req_cdblen;
385 uint16_t req_flags;
386 uint16_t req_reserved;
387 uint16_t req_time;
388 uint16_t req_seg_count;
399 uint16_t mrk_modifier;
400 uint16_t mrk_flags;
401 uint16_t mrk_lun;
408 uint16_t mrk_nphdl;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/vega12/
H A Dsmu9_driver_if.h257 uint16_t SocketPowerLimitAc0;
258 uint16_t SocketPowerLimitAc0Tau;
259 uint16_t SocketPowerLimitAc1;
260 uint16_t SocketPowerLimitAc1Tau;
261 uint16_t SocketPowerLimitAc2;
262 uint16_t SocketPowerLimitAc2Tau;
263 uint16_t SocketPowerLimitAc3;
264 uint16_t SocketPowerLimitAc3Tau;
265 uint16_t SocketPowerLimitDc;
266 uint16_t SocketPowerLimitDcTau;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Dppsmc.h115 #define PPSMC_MSG_EnableACDCGPIOInterrupt ((uint16_t) 0x149)
118 #define PPSMC_MSG_UVDDPM_SetEnabledMask ((uint16_t) 0x12D)
119 #define PPSMC_MSG_VCEDPM_SetEnabledMask ((uint16_t) 0x12E)
120 #define PPSMC_MSG_ACPDPM_SetEnabledMask ((uint16_t) 0x12F)
121 #define PPSMC_MSG_SAMUDPM_SetEnabledMask ((uint16_t) 0x130)
122 #define PPSMC_MSG_MCLKDPM_ForceState ((uint16_t) 0x131)
123 #define PPSMC_MSG_MCLKDPM_NoForcedLevel ((uint16_t) 0x132)
124 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133)
125 #define PPSMC_MSG_Voltage_Cntl_Disable ((uint16_t) 0x135)
126 #define PPSMC_MSG_PCIeDPM_Enable ((uint16_t) 0x136)
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datomfirmware.h50 #ifndef uint16_t
51 typedef unsigned short uint16_t; typedef
229 uint16_t structuresize;
241 uint16_t bios_segment_address;
242 uint16_t protectedmodeoffset;
243 uint16_t configfilenameoffset;
244 uint16_t crc_block_offset;
245 uint16_t vbios_bootupmessageoffset;
246 uint16_t int10_offset;
247 uint16_t pcibusdevinitcode;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dppsmc.h115 #define PPSMC_MSG_UVDDPM_SetEnabledMask ((uint16_t) 0x12D)
116 #define PPSMC_MSG_VCEDPM_SetEnabledMask ((uint16_t) 0x12E)
117 #define PPSMC_MSG_ACPDPM_SetEnabledMask ((uint16_t) 0x12F)
118 #define PPSMC_MSG_SAMUDPM_SetEnabledMask ((uint16_t) 0x130)
119 #define PPSMC_MSG_MCLKDPM_ForceState ((uint16_t) 0x131)
120 #define PPSMC_MSG_MCLKDPM_NoForcedLevel ((uint16_t) 0x132)
121 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133)
122 #define PPSMC_MSG_Voltage_Cntl_Disable ((uint16_t) 0x135)
123 #define PPSMC_MSG_PCIeDPM_Enable ((uint16_t) 0x136)
124 #define PPSMC_MSG_PCIeDPM_Disable ((uint16_t) 0x13d)
[all …]
/netbsd-src/usr.sbin/ldpd/
H A Dtlv.h57 #define TLV_TYPE_LENGTH (sizeof(uint16_t) + sizeof(uint16_t))
62 uint16_t type;
63 uint16_t length;
69 uint16_t type;
70 uint16_t length;
71 uint16_t holdtime;
72 uint16_t res;
77 uint16_t type;
78 uint16_t length;
86 uint16_t type;
[all …]
/netbsd-src/sys/dev/ata/
H A Datareg.h283 uint16_t atap_config; /* 0: general configuration */
299 uint16_t atap_cylinders; /* 1: # of non-removable cylinders */
300 uint16_t __reserved1;
301 uint16_t atap_heads; /* 3: # of heads */
302 uint16_t __retired1[2]; /* 4-5: # of unform. bytes/track */
303 uint16_t atap_sectors; /* 6: # of sectors */
304 uint16_t __retired2[3];
307 uint16_t __retired3[2];
308 uint16_t __obsolete1;
311 uint16_t atap_multi; /* 47: maximum sectors per irq (ATA) */
[all …]
/netbsd-src/sys/dev/pcmcia/
H A Dif_malo_pcmciavar.h69 uint16_t cmd;
70 uint16_t size;
71 uint16_t seqnum;
72 uint16_t result;
77 uint16_t hw_if_version;
78 uint16_t hw_version;
79 uint16_t num_of_wcb;
80 uint16_t num_of_mcast;
82 uint16_t regioncode;
83 uint16_t num_of_antenna;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_scl_filters.c33 static const uint16_t filter_2tap_16p[18] = {
45 static const uint16_t filter_3tap_16p_upscale[27] = {
57 static const uint16_t filter_3tap_16p_117[27] = {
69 static const uint16_t filter_3tap_16p_150[27] = {
81 static const uint16_t filter_3tap_16p_183[27] = {
93 static const uint16_t filter_4tap_16p_upscale[36] = {
105 static const uint16_t filter_4tap_16p_117[36] = {
117 static const uint16_t filter_4tap_16p_150[36] = {
129 static const uint16_t filter_4tap_16p_183[36] = {
141 static const uint16_t filter_2tap_64p[66] = {
[all …]
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxv.h135 uint16_t name_size;
136 uint16_t num_ports;
137 uint16_t num_formats;
156 uint16_t name_size;
157 uint16_t width;
158 uint16_t height;
177 uint16_t width;
178 uint16_t height;
262 uint16_t sequence;
264 uint16_t minor_opcode;
[all …]
/netbsd-src/sys/net/
H A Dpfkeyv2.h89 uint16_t sadb_msg_len;
90 uint16_t sadb_msg_reserved;
96 uint16_t sadb_ext_len;
97 uint16_t sadb_ext_type;
101 uint16_t sadb_sa_len;
102 uint16_t sadb_sa_exttype;
112 uint16_t sadb_lifetime_len;
113 uint16_t sadb_lifetime_exttype;
121 uint16_t sadb_address_len;
122 uint16_t sadb_address_exttype;
[all …]
/netbsd-src/sys/netbt/
H A Dhci.h435 uint16_t opcode; /* OpCode */
445 uint16_t con_handle; /* connection handle + PB + BC flags */
446 uint16_t length; /* payload length in bytes */
455 uint16_t con_handle; /* connection handle + reserved bits */
502 uint16_t max_period_length; /* Max. and min. amount of time */
503 uint16_t min_period_length; /* between consecutive inquiries */
520 uint16_t pkt_type; /* packet type */
523 uint16_t clock_offset; /* clock offset */
531 uint16_t con_handle; /* connection handle */
540 uint16_t con_handle; /* connection handle */
[all …]
/netbsd-src/sys/dev/pci/
H A Dif_iavfvar.h109 uint16_t vsi_id;
110 uint16_t num_queue_pairs;
112 uint16_t qset_handle;
117 uint16_t num_vsis;
118 uint16_t num_qp;
119 uint16_t max_vectors;
120 uint16_t max_mtu;
129 uint16_t vsi_id;
130 uint16_t vector_id;
131 uint16_t rxq_map;
[all …]
/netbsd-src/sys/dev/pci/igc/
H A Digc_hw.h136 uint16_t length; /* Length of data DMAed into data buffer */
137 uint16_t csum; /* Packet checksum */
140 uint16_t special;
155 uint16_t ip_id; /* IP id */
156 uint16_t csum; /* Packet checksum */
162 uint16_t length;
163 uint16_t vlan; /* VLAN tag */
174 uint16_t length; /* Data buffer length */
184 uint16_t special;
197 int (*get_link_up_info)(struct igc_hw *, uint16_t *, uint16_t *);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/arpa/
H A Dinet.d63 alias uint16_t in_port_t; in version()
74 uint16_t htons(uint16_t); in version()
76 uint16_t ntohs(uint16_t); in version()
86 alias uint16_t in_port_t; in version()
97 uint16_t htons(uint16_t); in version()
99 uint16_t ntohs(uint16_t); in version()
109 alias uint16_t in_port_t; in version()
120 uint16_t htons(uint16_t); in version()
122 uint16_t ntohs(uint16_t); in version()
132 alias uint16_t in_port_t; in version()
[all …]

12345678910>>...154