Home
last modified time | relevance | path

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

12345678910>>...19

/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dfsl-imx-esdhc.yaml79 fsl,tuning-start-tap:
82 Specify the start delay cell point when send first CMD19 in tuning procedure.
85 fsl,tuning-step:
88 Specify the increasing delay cell steps in tuning procedure.
89 The uSDHC use one delay cell as default increasing step to do tuning process.
90 This property allows user to change the tuning step to more than one delay
92 tuning step can't find the proper delay window within limited tuning retries.
Drockchip-dw-mshc.yaml75 to control the clock phases, "ciu-sample" is required for tuning
85 low speeds or in case where all phases work at tuning time.
94 The desired number of times that the host execute tuning when needed.
95 If not specified, the host will do tuning for 360 times,
96 namely tuning for each degree.
Dmarvell,xenon-sdhci.txt72 used to identify a valid sampling window, in tuning process.
88 Xenon SDHC SoC usually doesn't provide re-tuning counter in
90 This property provides the re-tuning counter.
91 If this property is not set, default re-tuning counter will
Dsdhci-omap.txt5tuning, the device tree should have a "cpu_thermal" node which maps to the appropriate thermal zon…
/Linux-v5.10/Documentation/userspace-api/media/dvb/
Dfe-set-frontend.rst31 Points to parameters for tuning operation.
36 This ioctl call starts a tuning operation using specified parameters.
38 and the tuning could be initiated. The result of the tuning operation in
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dqcom,qusb2-phy.yaml68 tuning parameter value for qusb2 phy.
86 tuning parameter that may vary for different boards of same SOC.
95 tuning parameter that may vary for different boards of same SOC.
104 tuning parameter that may vary for different boards of same SOC.
112 It is a 4 bit value that specifies tuning for HSTX
144 It is a 2 bit value tuning parameter that control disconnect
/Linux-v5.10/drivers/ata/
Dpata_cs5530.c49 u32 tuning; in cs5530_set_piomode() local
53 tuning = ioread32(base + 0x04); in cs5530_set_piomode()
54 format = (tuning & 0x80000000UL) ? 1 : 0; in cs5530_set_piomode()
76 u32 tuning, timing = 0; in cs5530_set_dmamode() local
80 tuning = ioread32(base + 0x04); in cs5530_set_dmamode()
99 timing |= (tuning & 0x80000000UL); in cs5530_set_dmamode()
104 tuning |= 0x00100000; /* UDMA for both */ in cs5530_set_dmamode()
106 tuning &= ~0x00100000; /* MWDMA for both */ in cs5530_set_dmamode()
107 iowrite32(tuning, base + 0x04); in cs5530_set_dmamode()
/Linux-v5.10/Documentation/devicetree/bindings/iio/proximity/
Das3935.txt15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
32 ams,tuning-capacitor-pf = <80>;
/Linux-v5.10/drivers/mmc/host/
Dsdhci-sirf.c96 /* Tuning is successful at this tuning point */ in sdhci_sirf_execute_tuning()
129 dev_dbg(mmc_dev(mmc), "%s: Setting the tuning phase to %d\n", in sdhci_sirf_execute_tuning()
134 /* Tuning failed */ in sdhci_sirf_execute_tuning()
135 dev_dbg(mmc_dev(mmc), "%s: No tuning point found\n", in sdhci_sirf_execute_tuning()
Dsdhci-esdhc-imx.c70 /* Tuning bits */
101 /* NOTE: the minimum valid tuning start tap for mx6sl is 1 */
147 /* The IP supports manual tuning process */
149 /* The IP supports standard tuning process */
567 /* the std tuning bits is in ACMD12_ERR for imx6sl */ in esdhc_readw_le()
693 * tuning, when send tuning command, usdhc will in esdhc_writew_le()
816 * the tuning bits should be kept during reset in esdhc_writeb_le()
979 * DDR50, normally does not require tuning for DDR50 mode. in usdhc_execute_tuning()
993 /* FIXME: delay a bit for card to be ready for next tuning due to errors */ in esdhc_prepare_tuning()
996 /* IC suggest to reset USDHC before every tuning command */ in esdhc_prepare_tuning()
[all …]
Dsdhci-of-esdhc.c431 /* Starting SW tuning requires ESDHC_SMPCLKSEL to be set in esdhc_be_writew()
457 /* Starting SW tuning requires ESDHC_SMPCLKSEL to be set in esdhc_le_writew()
1040 /* Program the software tuning mode by setting TBCTL[TB_MODE]=2'h3 */ in esdhc_execute_sw_tuning()
1063 /* For tuning mode, the sd clock divisor value in esdhc_execute_tuning()
1074 * during tuning. If the SD card is too slow sending the response, the in esdhc_execute_tuning()
1076 * is triggered. This leads to tuning errors. in esdhc_execute_tuning()
1090 /* Do HW tuning */ in esdhc_execute_tuning()
1100 /* For type2 affected platforms of the tuning erratum, in esdhc_execute_tuning()
1101 * tuning may succeed although eSDHC might not have in esdhc_execute_tuning()
1102 * tuned properly. Need to check tuning window. in esdhc_execute_tuning()
[all …]
Dsdhci-pci-o2micro.c189 /* enable hardware tuning */ in sdhci_o2_set_tuning_mode()
209 pr_warn("%s: HW tuning failed !\n", in __sdhci_o2_execute_tuning()
217 pr_info("%s: Tuning failed, falling back to fixed sampling clock\n", in __sdhci_o2_execute_tuning()
227 * outside of the execute tuning function.
305 * This handler only implements the eMMC tuning that is specific to in sdhci_o2_execute_tuning()
316 * Judge the tuning reason, whether caused by dll shift in sdhci_o2_execute_tuning()
326 * o2 sdhci host didn't support 8bit emmc tuning in sdhci_o2_execute_tuning()
422 /* Set DLL Tuning Window */ in sdhci_pci_o2_fujin2_pci_init()
706 /* Set Tuning Window to 4 */ in sdhci_pci_o2_probe()
800 /* Set Tuning Windows to 5 */ in sdhci_pci_o2_probe()
Dsdhci-xenon.c137 /* Disable the Re-Tuning Request functionality */ in xenon_retune_setup()
142 /* Disable the Re-tuning Interrupt */ in xenon_retune_setup()
150 /* Force to use Tuning Mode 1 */ in xenon_retune_setup()
152 /* Set re-tuning period */ in xenon_retune_setup()
167 /* Disable tuning request and auto-retuning again */ in xenon_reset_exit()
408 * tun-count: the interval between re-tuning
440 dev_err(mmc_dev(mmc), "Wrong Re-tuning Count. Set default value %d\n", in xenon_probe_dt()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-fs-ext415 requests to a multiple of this tuning parameter if the
36 Tuning parameter which controls the minimum size for
55 Tuning parameter which controls the maximum number of
87 Tuning parameter which (if non-zero) controls the goal
/Linux-v5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00link.c10 Abstract: rt2x00 generic link tuning routines.
232 * While scanning, link tuning is disabled. By default in rt2x00link_start_tuner()
265 * device should only perform link tuning during the in rt2x00link_reset_tuner()
309 * Update quality RSSI for link tuning, in rt2x00link_tuner_sta()
320 * Check if link tuning is supported by the hardware, some hardware in rt2x00link_tuner_sta()
321 * do not support link tuning at all, while other devices can disable in rt2x00link_tuner_sta()
349 * immediately cease all link tuning. in rt2x00link_tuner()
/Linux-v5.10/include/linux/mmc/
Dhost.h145 /* The tuning command opcode value is different for SD and eMMC cards */
403 unsigned int doing_init_tune:1; /* initial tuning in progress */
404 unsigned int can_retune:1; /* re-tuning can be used */
405 unsigned int doing_retune:1; /* re-tuning in progress */
406 unsigned int retune_now:1; /* do re-tuning at next req */
407 unsigned int retune_paused:1; /* re-tuning is temporarily disabled */
415 int need_retune; /* re-tuning is needed */
416 int hold_retune; /* hold off re-tuning */
417 unsigned int retune_period; /* re-tuning period in secs */
418 struct timer_list retune_timer; /* for periodic re-tuning */
/Linux-v5.10/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds6 Stores frequency into tuning word Y.
10 can control the desired active tuning word by writing Y to the
26 Specifies the active output frequency tuning word. The value
/Linux-v5.10/drivers/staging/iio/frequency/
Dad9832.h17 * @freq0: power up freq0 tuning word in Hz
18 * @freq1: power up freq1 tuning word in Hz
Dad9832.c85 * @freq_xfer: tuning word spi transfer
86 * @freq_msg: tuning word spi message
87 * @phase_xfer: tuning word spi transfer
88 * @phase_msg: tuning word spi message
91 * @phase_data: tuning word spi transmit buffer
92 * @freq_data: tuning word spi transmit buffer
/Linux-v5.10/include/linux/platform_data/
Dmmc-esdhc-imx.h38 unsigned int tuning_step; /* The delay cell steps in tuning procedure */
39 unsigned int tuning_start_tap; /* The start delay cell point in tuning procedure */
/Linux-v5.10/arch/x86/xen/
DKconfig72 bool "Enable Xen debug and tuning parameters in debugfs"
75 Enable statistics output and various tuning options in debugfs.
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Dsmu_v11_0_pptable.h69 …URE_MEMORY_TIMING_TUNE = 1 << SMU_11_0_ODCAP_MEMORY_TIMING_TUNE, //AC Timing Tuning feature
153 …d_turbo_power_limit; //Power limit setting for Turbo mode in Performance UI Tuning.
154 …_power_limit; //Power limit setting for PowerSave/Optimal mode in Performance UI Tuning.
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dindex.rst72 filehandle, inode, dentry and quota tuning
74 kernel/ global kernel info / tuning
80 vm/ memory management tuning
/Linux-v5.10/include/sound/
Dcs35l35.h16 * these variables for tuning
20 * Class H tuning
/Linux-v5.10/drivers/input/rmi4/
DKconfig123 bool "RMI4 Function 55 (Sensor tuning)"
127 Function 55 provides access to the RMI4 touch sensor tuning

12345678910>>...19