/openbmc/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 326 … _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, el… argument 336 …_to), int(mperf), int(aperf), int(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, el… 469 duration_ms = Decimal(duration_us) / Decimal(1000) 478 if duration_ms != Decimal(0) : 479 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000) 480 … _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, el…
|
/openbmc/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 156 …f, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, el… argument 166 …erf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, el… 229 duration_ms = Decimal(duration_us) / Decimal(1000) 235 …f, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, el…
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rps.c | 537 static u64 __measure_frequency(u32 *cntr, int duration_ms) in __measure_frequency() argument 543 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_frequency() 566 int duration_ms) in __measure_cs_frequency() argument 572 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_cs_frequency() 1094 static u64 __measure_power(int duration_ms) in __measure_power() argument 1100 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_power()
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 262 const int duration_ms = duration_s * 1000; in test_pcm_time() local 477 if (ms < duration_ms - margin_ms || ms > duration_ms + margin_ms) { in test_pcm_time() 478 snprintf(msg, sizeof(msg), "time mismatch: expected %dms got %lld", duration_ms, ms); in test_pcm_time()
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_tis_infineon.c | 605 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS; in tpm_tis_i2c_probe() 606 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS; in tpm_tis_i2c_probe() 607 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS; in tpm_tis_i2c_probe()
|
H A D | tpm_tis_st33zp24_spi.c | 642 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS; in st33zp24_spi_probe() 643 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS; in st33zp24_spi_probe() 644 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS; in st33zp24_spi_probe()
|
H A D | tpm-uclass.c | 76 duration = priv->duration_ms[duration_idx]; in tpm_tis_i2c_calc_ordinal_duration()
|
/openbmc/u-boot/include/ |
H A D | tpm-common.h | 64 uint duration_ms[TPM_DURATION_COUNT]; member
|
/openbmc/linux/include/linux/ceph/ |
H A D | ceph_fs.h | 599 __le32 duration_ms; /* lease duration */ member 834 __le32 duration_ms; /* duration of renewal */ member
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_idt82p33.c | 607 u32 duration_ms = MSEC_PER_SEC; in idt82p33_start_ddco() local 621 duration_ms *= 2; in idt82p33_start_ddco() 632 msecs_to_jiffies(duration_ms) - 1); in idt82p33_start_ddco()
|
H A D | ptp_clockmatrix.c | 1570 u32 duration_ms = MSEC_PER_SEC; in do_phase_pull_in_sw() local 1588 duration_ms *= 2; in do_phase_pull_in_sw() 1601 msecs_to_jiffies(duration_ms) - 1); in do_phase_pull_in_sw()
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpi.h | 1348 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms); 1351 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms,
|
H A D | hpifunc.c | 2796 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms, in hpi_volume_auto_fade_profile() argument 2811 hm.u.c.param1 = duration_ms; in hpi_volume_auto_fade_profile() 2820 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms) in hpi_volume_auto_fade() argument 2823 duration_ms, HPI_VOLUME_AUTOFADE_LOG); in hpi_volume_auto_fade()
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 3665 u8 channel, u16 duration_ms) in wmi_mgmt_tx_ext() argument 3680 vif->mid, channel, duration_ms); in wmi_mgmt_tx_ext() 3703 cmd->duration_ms = cpu_to_le16(duration_ms); in wmi_mgmt_tx_ext()
|
H A D | wil6210.h | 1422 u8 channel, u16 duration_ms);
|
H A D | wmi.h | 860 __le16 duration_ms; member
|
/openbmc/linux/fs/ceph/ |
H A D | inode.c | 1317 long unsigned duration = le32_to_cpu(lease->duration_ms); in __update_dentry_lease() 1653 le32_to_cpu(rinfo->dlease->duration_ms); in ceph_fill_trace()
|
H A D | mds_client.c | 4970 msecs_to_jiffies(le32_to_cpu(h->duration_ms)); in handle_lease()
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 478 …min_perf des_perf max_perf freq mperf apef tsc load duration_ms sample_num el…
|