Home
last modified time | relevance | path

Searched full:tuning (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dfsl-imx-esdhc.txt39 - fsl,tuning-start-tap: Specify the start dealy cell point when send first CMD19
40 in tuning procedure.
41 - fsl,tuning-step: Specify the increasing delay cell steps in tuning procedure.
42 The uSDHC use one delay cell as default increasing step to do tuning process.
43 This property allows user to change the tuning step to more than one delay
45 tuning step can't find the proper delay window within limited tuning retries.
H A Dfsl-imx-esdhc.yaml132 fsl,tuning-start-tap:
135 Specify the start delay cell point when send first CMD19 in tuning procedure.
138 fsl,tuning-step:
141 Specify the increasing delay cell steps in tuning procedure.
142 The uSDHC use one delay cell as default increasing step to do tuning process.
143 This property allows user to change the tuning step to more than one delay
145 tuning step can't find the proper delay window within limited tuning retries.
H A Drockchip-dw-mshc.yaml46 # for Rockchip RK3576 with phase tuning inside the controller
74 to control the clock phases, "ciu-sample" is required for tuning
87 low speeds or in case where all phases work at tuning time.
96 The desired number of times that the host execute tuning when needed.
97 If not specified, the host will do tuning for 360 times,
98 namely tuning for each degree.
H A Dmarvell,xenon-sdhci.txt73 used to identify a valid sampling window, in tuning process.
89 Xenon SDHC SoC usually doesn't provide re-tuning counter in
91 This property provides the re-tuning counter.
92 If this property is not set, default re-tuning counter will
H A Dsdhci-omap.txt5tuning, the device tree should have a "cpu_thermal" node which maps to the appropriate thermal zon…
/freebsd/sys/dev/sdhci/
H A Dsdhci.h380 struct callout retune_callout; /* Re-tuning mode 1 callout */
385 struct mmc_request *tune_req; /* Tuning request */
386 struct mmc_command *tune_cmd; /* Tuning command of tuning request */
387 struct mmc_data *tune_data; /* Tuning data of tuning command */
388 uint32_t retune_ticks; /* Re-tuning callout ticks [hz] */
393 uint8_t retune_count; /* Controller re-tuning count [s] */
394 uint8_t retune_mode; /* Controller re-tuning mode */
398 uint8_t retune_req; /* Re-tuning request status */
399 #define SDHCI_RETUNE_REQ_NEEDED 0x01 /* Re-tuning w/o circuit reset needed */
400 #define SDHCI_RETUNE_REQ_RESET 0x02 /* Re-tuning w/ circuit reset needed */
H A Dsdhci_fsl_fdt.c158 /* Hardware tuning can fail, fallback to SW tuning in that case. */
162 * Check window and perform SW tuning.
178 * HS400 tuning is done in HS200 mode, but it has to be done using
180 * know the target mode during tuning procedure. Use this flag for just that.
1183 "Failed to execute generic tune while performing software tuning.\n"); in sdhci_fsl_sw_tuning()
1206 * For tuning mode SD clock divider must be within 3 to 16. in sdhci_fsl_fdt_tune()
1241 * Set TBCTL[TB_EN] register and program valid tuning mode. in sdhci_fsl_fdt_tune()
1243 * "eSDHC takes care of the re-tuning during data transfer in sdhci_fsl_fdt_tune()
1244 * (auto re-tuning).". in sdhci_fsl_fdt_tune()
1245 * Tuning mode can only be changed while the clock is disabled. in sdhci_fsl_fdt_tune()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,qusb2-phy.yaml79 tuning parameter value for qusb2 phy.
90 tuning parameter that may vary for different boards of same SOC.
99 tuning parameter that may vary for different boards of same SOC.
108 tuning parameter that may vary for different boards of same SOC.
116 It is a 4 bit value that specifies tuning for HSTX
148 It is a 2 bit value tuning parameter that control disconnect
H A Dphy-stm32-usbphyc.yaml118 st,enable-fs-rftime-tuning:
119 description: Enables the FS rise/fall tuning option
152 Controls HS driver impedance tuning for choke compensation
259 st,enable-fs-rftime-tuning;
277 st,enable-fs-rftime-tuning;
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/
H A Das3935.txt15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
32 ams,tuning-capacitor-pf = <80>;
H A Dams,as3935.yaml31 ams,tuning-capacitor-pf:
34 Calibration tuning capacitor stepping value. This will require using
70 ams,tuning-capacitor-pf = <80>;
/freebsd/crypto/heimdal/lib/kadm5/
H A Dkadm5_pwcheck.370 .Fa "const char *tuning"
132 arguments: the Kerberos context, principal, password, a tuning parameter, and
133 a pointer to a message buffer and its length. The tuning parameter
H A Dkadm5-pwcheck.h48 * The 4th argument, is a tuning parameter for the quality check
57 const char *tuning,
/freebsd/sys/dev/mmc/
H A Dmmcbus_if.m65 # Pause re-tuning, optionally with triggering re-tuning up-front. Requires
75 # Unpause re-tuning. Requires the bus to be claimed.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-samsung-serranove.dts346 * FIXME: Disable UHS-I modes since tuning fails with:
348 * sdhci_msm 7864900.sdhci: mmc1: No tuning point found
349 * mmc1: tuning execution failed: -5
354 * (without tuning), so maybe only tuning is broken?
/freebsd/sys/dev/mmc/host/
H A Ddwmmc_rockchip.c98 * it's that FreeBSD doesn't support tuning. in rockchip_dwmmc_attach()
99 * If someone implemented tuning, this could work. in rockchip_dwmmc_attach()
101 device_printf(dev, "Disabling HS200+ (tuning code not written)\n"); in rockchip_dwmmc_attach()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp1 //===-- AArch64CondBrTuning.cpp --- Conditional branch tuning for AArch64 -===//
43 #define DEBUG_TYPE "aarch64-cond-br-tuning"
44 #define AARCH64_CONDBR_TUNING_NAME "AArch64 Conditional Branch Tuning"
73 INITIALIZE_PASS(AArch64CondBrTuning, "aarch64-cond-br-tuning",
286 dbgs() << "********** AArch64 Conditional Branch Tuning **********\n" in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h46 /// Constructor sets pipeline tuning defaults based on cl::opts. Each option
50 /// Tuning option to set loop interleaving on/off, set based on opt level.
53 /// Tuning option to enable/disable loop vectorization, set based on opt
57 /// Tuning option to enable/disable slp loop vectorization, set based on opt
61 /// Tuning option to enable/disable loop unrolling. Its default value is true.
64 /// Tuning option to forget all SCEV loops in LoopUnroll. Its default value
68 /// Tuning option to cap the number of calls to retrive clobbering accesses in
72 /// Tuning option to disable promotion to scalars in LICM with MemorySSA, if
76 /// Tuning option to enable/disable call graph profile. Its default value is
80 // Add LTO pipeline tuning option to enable the unified LTO pipeline.
[all …]
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc221 .Xr tuning 7
231 .Xr tuning 7
874 .Xr tuning 7
913 .Xr tuning 7
989 for tuning your system.
1384 .Xr tuning 7
1468 can be particularly useful when tuning network
1470 .Xr tuning 7
1504 can be particularly useful when tuning network
1506 .Xr tuning 7
[all …]
/freebsd/share/man/man7/
H A Dtuning.729 .Nm tuning
30 .Nd performance tuning under FreeBSD
176 .Sh SYSCTL TUNING
187 to be candidates for tuning but actually are not.
585 .Sx TUNING
589 .Sh KERNEL CONFIG TUNING
632 The type of tuning you do depends heavily on where your system begins to
H A Dintro.784 .It Xr tuning 7
85 general advice on tuning
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnuvoton,nau8325.yaml33 be used for minor tuning of the output level. Since the VDDA is range
35 the minor tuning, the final microvolt are as the below.
/freebsd/share/doc/papers/sysperf/
H A D1.t57 Most of our tuning has been in the context of the real
60 we have sought to analyze our tuning efforts under
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmediatek,mt6397-regulator.yaml38 description: LDOs with fixed 2.8V output and 0~100/10mV tuning
46 description: LDOs with fixed 3.0V output and 0~100/10mV tuning
54 description: LDOs with variable output and 0~100/10mV tuning
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8ulp.dtsi463 fsl,tuning-start-tap = <20>;
464 fsl,tuning-step = <2>;
482 fsl,tuning-start-tap = <20>;
483 fsl,tuning-step = <2>;
501 fsl,tuning-start-tap = <20>;
502 fsl,tuning-step = <2>;

12345678910>>...15