Home
last modified time | relevance | path

Searched refs:latency (Results 1 – 25 of 106) sorted by relevance

12345

/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_spi.c73 int latency; member
132 memset(tx_buf + total_length, TPM_DUMMY_BYTE, phy->latency); in st33zp24_spi_write()
134 total_length += phy->latency; in st33zp24_spi_write()
178 phy->latency + tpm_size); in st33zp24_spi_read8_reg()
179 total_length += phy->latency + tpm_size; in st33zp24_spi_read8_reg()
222 int latency = 1, status = 0; in st33zp24_spi_evaluate_latency() local
226 while (!status && latency < MAX_SPI_LATENCY) { in st33zp24_spi_evaluate_latency()
227 phy->latency = latency; in st33zp24_spi_evaluate_latency()
230 latency++; in st33zp24_spi_evaluate_latency()
234 if (latency == MAX_SPI_LATENCY) in st33zp24_spi_evaluate_latency()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Duniphier-pro5.dtsi44 clock-latency-ns = <300>;
48 clock-latency-ns = <300>;
52 clock-latency-ns = <300>;
56 clock-latency-ns = <300>;
60 clock-latency-ns = <300>;
64 clock-latency-ns = <300>;
68 clock-latency-ns = <300>;
72 clock-latency-ns = <300>;
76 clock-latency-ns = <300>;
80 clock-latency-ns = <300>;
[all …]
H A Dfsl-imx8-ca53.dtsi27 entry-latency-us = <700>;
28 exit-latency-us = <250>;
36 entry-latency-us = <1000>;
37 exit-latency-us = <700>;
39 wakeup-latency-us = <1500>;
H A Dsun8i-a33.dtsi56 clock-latency-ns = <244144>; /* 8 32k periods */
62 clock-latency-ns = <244144>; /* 8 32k periods */
68 clock-latency-ns = <244144>; /* 8 32k periods */
74 clock-latency-ns = <244144>; /* 8 32k periods */
80 clock-latency-ns = <244144>; /* 8 32k periods */
86 clock-latency-ns = <244144>; /* 8 32k periods */
92 clock-latency-ns = <244144>; /* 8 32k periods */
98 clock-latency-ns = <244144>; /* 8 32k periods */
104 clock-latency-ns = <244144>; /* 8 32k periods */
110 clock-latency-ns = <244144>; /* 8 32k periods */
[all …]
H A Duniphier-ld20.dtsi91 clock-latency-ns = <300>;
95 clock-latency-ns = <300>;
99 clock-latency-ns = <300>;
103 clock-latency-ns = <300>;
107 clock-latency-ns = <300>;
111 clock-latency-ns = <300>;
115 clock-latency-ns = <300>;
119 clock-latency-ns = <300>;
129 clock-latency-ns = <300>;
133 clock-latency-ns = <300>;
[all …]
H A Dsun8i-a83t.dtsi202 clock-latency-ns = <244144>; /* 8 32k periods */
208 clock-latency-ns = <244144>; /* 8 32k periods */
214 clock-latency-ns = <244144>; /* 8 32k periods */
220 clock-latency-ns = <244144>; /* 8 32k periods */
226 clock-latency-ns = <244144>; /* 8 32k periods */
232 clock-latency-ns = <244144>; /* 8 32k periods */
238 clock-latency-ns = <244144>; /* 8 32k periods */
244 clock-latency-ns = <244144>; /* 8 32k periods */
255 clock-latency-ns = <244144>; /* 8 32k periods */
261 clock-latency-ns = <244144>; /* 8 32k periods */
[all …]
H A Drk3399-op1-opp.dtsi14 clock-latency-ns = <40000>;
49 clock-latency-ns = <40000>;
H A Duniphier-ld11.dtsi59 clock-latency-ns = <300>;
63 clock-latency-ns = <300>;
67 clock-latency-ns = <300>;
71 clock-latency-ns = <300>;
75 clock-latency-ns = <300>;
79 clock-latency-ns = <300>;
83 clock-latency-ns = <300>;
/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dumc-pxs2.c413 int latency; in umc_set_system_latency() local
416 latency = (val & UMC_RDATACTL_RADLTY_MASK) >> UMC_RDATACTL_RADLTY_SHIFT; in umc_set_system_latency()
417 latency += (val & UMC_RDATACTL_RAD2LTY_MASK) >> in umc_set_system_latency()
423 latency += phy_latency & ~1; in umc_set_system_latency()
426 if (latency > 0xf) { in umc_set_system_latency()
428 val |= (latency - 0xf) << UMC_RDATACTL_RAD2LTY_SHIFT; in umc_set_system_latency()
430 val |= latency << UMC_RDATACTL_RADLTY_SHIFT; in umc_set_system_latency()
468 int latency; in umc_dc_init() local
495 latency = 12; in umc_dc_init()
498 latency += 2; in umc_dc_init()
[all …]
/openbmc/libpldm/tests/transport/
H A Dsend_recv_wrong_pldm_type.cpp24 .latency = in TEST()
41 .latency = in TEST()
H A Dsend_recv_unwanted.cpp24 .latency = in TEST()
41 .latency = in TEST()
H A Dsend_recv_wrong_command_code.cpp24 .latency = in TEST()
41 .latency = in TEST()
H A Dsend_recv_timeout.cpp23 .latency = in TEST()
/openbmc/qemu/tests/qemu-iotests/
H A D136114 latency = 0
116 latency += self.total_wr_ops * op_latency
118 latency += self.failed_wr_ops * op_latency
120 latency += self.total_rd_ops * op_latency
122 latency += self.failed_rd_ops * op_latency
124 latency += self.total_flush_ops * op_latency
125 return latency
/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/files/
H A D0001-Revert-serial-8250_omap-Drop-pm_runtime_irq_safe.patch33 u32 latency;
42 - priv->latency = priv->calc_latency;
100 priv->latency = PM_QOS_CPU_LATENCY_DEFAULT_VALUE;
122 priv->latency = priv->calc_latency;
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/
H A Dhwlatdetect_git.bb1 SUMMARY = "Hardware latency detector"
2 DESCRIPTION = "Python utility for controlling the kernel hardware latency detection module (hwlat_d…
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmilatency.py231 """SMI latency test."""
41 # testsuite.add_test("SMI latency test", smi_latency);
42 # testsuite.add_test("SMI latency test with USB disabled via BIOS handoff", test_with_usb_disabl…
70 …testsuite.test("SMI latency < 150us to minimize risk of OS timeouts", max_latency / tsc_per_usec <…
84 …testsuite.print_detail("Summary of impact: observed maximum latency = {}".format(bits.format_tsc(m…
/openbmc/u-boot/arch/x86/include/asm/
H A Dsfi.h87 u32 latency; /* latency in ms */ member
96 u32 latency; /* transition latency in ms */ member
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/
H A Dstm32f.h18 void stm32_flash_latency_cfg(int latency);
/openbmc/qemu/qapi/
H A Dblock.json557 # -> { "execute": "block-latency-histogram-set",
568 # -> { "execute": "block-latency-histogram-set",
583 # -> { "execute": "block-latency-histogram-set",
594 # -> { "execute": "block-latency-histogram-set",
/openbmc/u-boot/drivers/mtd/
H A Dstm32_flash.c16 void stm32_flash_latency_cfg(int latency) in stm32_flash_latency_cfg() argument
19 writel(FLASH_ACR_WS(latency) | FLASH_ACR_PRFTEN | FLASH_ACR_ICEN in stm32_flash_latency_cfg()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/
H A Doptee-os-fvp-base.inc7 # default disable latency benchmarks (over all OP-TEE layers)
/openbmc/libpldm/src/transport/
H A Dtest.h38 struct itimerspec latency; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/qperf/
H A Dqperf_0.4.11.bb2 DESCRIPTION = "qperf measures bandwidth and latency between two nodes."
/openbmc/u-boot/board/freescale/mx6memcal/
H A DKconfig181 int "Read additional latency"
185 Enter a latency in number of cycles. This will be added to
191 int "Write additional latency"
195 Enter a latency in number of cycles. This will be added to

12345