Searched refs:int32_t (Results 51 - 75 of 315) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu72_discrete.h411 int32_t PIDError;
412 int32_t PIDIntegral;
413 int32_t PIDOutput;
548 int32_t entity_temperatures[SMU72_NUM_GPU_TES];
549 int32_t initial_entity_temperatures[SMU72_NUM_GPU_TES];
550 int32_t Limit;
551 int32_t Hyst;
552 int32_t therm_influence_coeff_table[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS * 2];
553 int32_t therm_node_table[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS];
564 int32_t temperature_gradient_slop
[all...]
H A Dsmu73_discrete.h393 int32_t PIDError;
394 int32_t PIDIntegral;
395 int32_t PIDOutput;
530 int32_t entity_temperatures[SMU73_NUM_GPU_TES];
531 int32_t initial_entity_temperatures[SMU73_NUM_GPU_TES];
532 int32_t Limit;
533 int32_t Hyst;
534 int32_t therm_influence_coeff_table[SMU73_DTE_ITERATIONS * SMU73_DTE_SOURCES * SMU73_DTE_SINKS * 2];
535 int32_t therm_node_table[SMU73_DTE_ITERATIONS * SMU73_DTE_SOURCES * SMU73_DTE_SINKS];
546 int32_t temperature_gradient_slop
[all...]
H A Dsmu75_discrete.h412 int32_t PIDError;
413 int32_t PIDIntegral;
414 int32_t PIDOutput;
559 int32_t entity_temperatures[SMU75_NUM_GPU_TES];
560 int32_t initial_entity_temperatures[SMU75_NUM_GPU_TES];
561 int32_t Limit;
562 int32_t Hyst;
563 int32_t therm_influence_coeff_table[SMU75_DTE_ITERATIONS * SMU75_DTE_SOURCES * SMU75_DTE_SINKS * 2];
564 int32_t therm_node_table[SMU75_DTE_ITERATIONS * SMU75_DTE_SOURCES * SMU75_DTE_SINKS];
575 int32_t temperature_gradient_slop
[all...]
H A Dsmu75.h170 int32_t LFWindupUpperLim;
171 int32_t LFWindupLowerLim;
185 int32_t PIDError;
186 int32_t PIDIntegral;
187 int32_t PIDOutput;
370 int32_t Telemetry_1_offset;
371 int32_t Telemetry_2_offset;
697 int32_t a0;
698 int32_t a1;
699 int32_t a
[all...]
H A Dsmu7.h106 int32_t LFWindupUL;
107 int32_t LFWindupLL;
H A Dsmu10_driver_if.h32 int32_t value;
/linux-master/arch/arm64/kvm/
H A Dva_layout.c91 int32_t *rel;
92 int32_t *begin = (int32_t *)__hyp_reloc_begin;
93 int32_t *end = (int32_t *)__hyp_reloc_end;
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h89 int32_t crtc;
90 int32_t dcp;
93 int32_t dmif;
/linux-master/drivers/vfio/platform/
H A Dvfio_platform_irq.c53 int32_t fd = *(int32_t *)data;
113 int32_t fd = *(int32_t *)data;
235 int32_t fd = *(int32_t *)data;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_navi10.h1081 int32_t VFT0_m1[AVFS_VOLTAGE_COUNT]; // Q8.24
1082 int32_t VFT0_m2[AVFS_VOLTAGE_COUNT]; // Q12.12
1083 int32_t VFT0_b[AVFS_VOLTAGE_COUNT]; // Q32
1085 int32_t VFT1_m1[AVFS_VOLTAGE_COUNT]; // Q8.16
1086 int32_t VFT1_m2[AVFS_VOLTAGE_COUNT]; // Q12.12
1087 int32_t VFT1_b[AVFS_VOLTAGE_COUNT]; // Q32
1089 int32_t VFT2_m1[AVFS_VOLTAGE_COUNT]; // Q8.16
1090 int32_t VFT2_m2[AVFS_VOLTAGE_COUNT]; // Q12.12
1091 int32_t VFT2_b[AVFS_VOLTAGE_COUNT]; // Q32
1093 int32_t AvfsGb0_m
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c56 int32_t real_tgid = (int32_t)pid_tgid;
H A Dtest_core_reloc_ints.c22 int32_t s32_field;
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Dconversion.c40 int32_t numerator;
41 int32_t divisor = 1 << fractional_bits;
/linux-master/drivers/gpu/drm/radeon/
H A Dsmu7.h87 int32_t LFWindupUL;
88 int32_t LFWindupLL;
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h1817 int32_t google_ramp_up;
1818 int32_t google_ramp_down;
1819 int32_t s3s0_ramp_up;
1820 int32_t s0_tick_delay[2]; /* AC=0/1 */
1821 int32_t s0a_tick_delay[2]; /* AC=0/1 */
1822 int32_t s0s3_ramp_down;
1823 int32_t s3_sleep_for;
1824 int32_t s3_ramp_up;
1825 int32_t s3_ramp_down;
1851 int32_t google_ramp_u
[all...]
/linux-master/drivers/iio/pressure/
H A Dicp10100.c277 static int32_t p_calib[] = {45000, 80000, 105000};
278 static int32_t lut_lower = 3670016;
279 static int32_t lut_upper = 12058624;
280 static int32_t inv_quadr_factor = 16777216;
281 static int32_t offset_factor = 2048;
283 int32_t p_lut[3];
284 int32_t t, t_square;
292 t = (int32_t)raw_temp - 32768;
295 p_lut[0] = lut_lower + (int32_t)div_s64(val1, inv_quadr_factor);
298 (int32_t)div_s6
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dcompressor.h43 int32_t high_part;
/linux-master/arch/powerpc/boot/
H A Dtypes.h25 typedef s32 int32_t; typedef
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_host_common.h48 int32_t status;
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_magn.c64 int32_t sensitivity;
136 st->magn_raw_to_gauss[0] = (((int32_t)asa[0] + 128) * sensitivity) / 256;
137 st->magn_raw_to_gauss[1] = (((int32_t)asa[1] + 128) * sensitivity) / 256;
138 st->magn_raw_to_gauss[2] = (((int32_t)asa[2] + 128) * sensitivity) / 256;
/linux-master/include/xen/interface/io/
H A Dvscsiif.h277 int32_t rslt;
/linux-master/scripts/
H A Dsorttable.c205 int32_t av = (int32_t)r(a);
206 int32_t bv = (int32_t)r(b);
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-disk.c94 int32_t nr_allocations;
107 int32_t nr_allocations;
120 int32_t nr_allocations;
133 int32_t nr_allocations;
/linux-master/tools/testing/selftests/rseq/
H A Drseq.h152 int32_t rseq_fallback_current_cpu(void);
157 int32_t rseq_fallback_current_node(void);
163 static inline int32_t rseq_current_cpu_raw(void)
186 int32_t cpu;
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h194 typedef int32_t QXLFIXED; /* fixed 28.4 */
202 int32_t x;
203 int32_t y;
212 int32_t top;
213 int32_t left;
214 int32_t bottom;
215 int32_t right;
315 int32_t stride;
713 int32_t surfaces_dest[3];
742 int32_t strid
[all...]

Completed in 285 milliseconds

1234567891011>>