| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/ |
| D | fsl-imx-esdhc.txt | 31 - fsl,tuning-start-tap: Specify the start dealy cell point when send first CMD19 32 in tuning procedure. 33 - fsl,tuning-step: Specify the increasing delay cell steps in tuning procedure. 34 The uSDHC use one delay cell as default increasing step to do tuning process. 35 This property allows user to change the tuning step to more than one delay 37 tuning step can't find the proper delay window within limited tuning retries.
|
| D | rockchip-dw-mshc.txt | 30 to control the clock phases, "ciu-sample" is required for tuning high- 34 probing, low speeds or in case where all phases work at tuning time. 38 execute tuning when needed. If not specified, the host will do tuning 39 for 360 times, namely tuning for each degree.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | fsl-imx-esdhc.yaml | 79 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.
|
| D | rockchip-dw-mshc.yaml | 75 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.
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
| D | fe-set-frontend.rst | 31 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
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/dvb/ |
| D | fe-set-frontend.rst | 31 Points to parameters for tuning operation. 37 This ioctl call starts a tuning operation using specified parameters. 39 and the tuning could be initiated. The result of the tuning operation in
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | qcom,qusb2-phy.yaml | 68 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
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | pata_cs5530.c | 49 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()
|
| /kernel/linux/linux-4.19/drivers/ata/ |
| D | pata_cs5530.c | 61 u32 tuning; in cs5530_set_piomode() local 65 tuning = ioread32(base + 0x04); in cs5530_set_piomode() 66 format = (tuning & 0x80000000UL) ? 1 : 0; in cs5530_set_piomode() 88 u32 tuning, timing = 0; in cs5530_set_dmamode() local 92 tuning = ioread32(base + 0x04); in cs5530_set_dmamode() 111 timing |= (tuning & 0x80000000UL); in cs5530_set_dmamode() 116 tuning |= 0x00100000; /* UDMA for both */ in cs5530_set_dmamode() 118 tuning &= ~0x00100000; /* MWDMA for both */ in cs5530_set_dmamode() 119 iowrite32(tuning, base + 0x04); in cs5530_set_dmamode()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/proximity/ |
| D | as3935.txt | 15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping 32 ams,tuning-capacitor-pf = <80>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/ |
| D | as3935.txt | 15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping 32 ams,tuning-capacitor-pf = <80>;
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | sdhci-esdhc-imx.c | 70 /* 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 …]
|
| D | sdhci-sirf.c | 96 /* 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()
|
| D | sdhci-pci-o2micro.c | 191 /* enable hardware tuning */ in sdhci_o2_set_tuning_mode() 211 pr_warn("%s: HW tuning failed !\n", in __sdhci_o2_execute_tuning() 219 pr_info("%s: Tuning failed, falling back to fixed sampling clock\n", in __sdhci_o2_execute_tuning() 229 * outside of the execute tuning function. 309 * This handler only implements the eMMC tuning that is specific to in sdhci_o2_execute_tuning() 328 pr_warn("%s: DLL can't lock in 5ms after force L0 during tuning.\n", in sdhci_o2_execute_tuning() 331 * Judge the tuning reason, whether caused by dll shift in sdhci_o2_execute_tuning() 341 * o2 sdhci host didn't support 8bit emmc tuning in sdhci_o2_execute_tuning() 442 /* Set DLL Tuning Window */ in sdhci_pci_o2_fujin2_pci_init() 726 /* Set Tuning Window to 4 */ in sdhci_pci_o2_probe() [all …]
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-fs-ext4 | 15 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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-fs-ext4 | 15 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
|
| /kernel/linux/linux-4.19/drivers/mmc/host/ |
| D | sdhci-sirf.c | 102 /* Tuning is successful at this tuning point */ in sdhci_sirf_execute_tuning() 135 dev_dbg(mmc_dev(mmc), "%s: Setting the tuning phase to %d\n", in sdhci_sirf_execute_tuning() 140 /* Tuning failed */ in sdhci_sirf_execute_tuning() 141 dev_dbg(mmc_dev(mmc), "%s: No tuning point found\n", in sdhci_sirf_execute_tuning()
|
| D | sdhci-pci-o2micro.c | 67 /* enable hardware tuning */ in sdhci_o2_set_tuning_mode() 87 pr_warn("%s: HW tuning failed !\n", in __sdhci_o2_execute_tuning() 95 pr_info("%s: Tuning failed, falling back to fixed sampling clock\n", in __sdhci_o2_execute_tuning() 106 * This handler only implements the eMMC tuning that is specific to in sdhci_o2_execute_tuning() 116 * o2 sdhci host didn't support 8bit emmc tuning in sdhci_o2_execute_tuning() 223 /* Set DLL Tuning Window */ in sdhci_pci_o2_fujin2_pci_init() 446 /* Set Tuning Window to 4 */ in sdhci_pci_o2_probe() 543 /* Set Tuning Windows to 5 */ in sdhci_pci_o2_probe()
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00link.c | 21 Abstract: rt2x00 generic link tuning routines. 243 * While scanning, link tuning is disabled. By default in rt2x00link_start_tuner() 276 * device should only perform link tuning during the in rt2x00link_reset_tuner() 320 * Update quality RSSI for link tuning, in rt2x00link_tuner_sta() 331 * Check if link tuning is supported by the hardware, some hardware in rt2x00link_tuner_sta() 332 * do not support link tuning at all, while other devices can disable in rt2x00link_tuner_sta() 360 * immediately cease all link tuning. in rt2x00link_tuner()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00link.c | 10 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()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/ |
| D | qcom-qusb2-phy.txt | 27 tuning parameter value for qusb2 phy. 32 tuning parameter that may vary for different boards of same SOC. 34 - qcom,hstx-trim-value: It is a 4 bit value that specifies tuning for HSTX
|
| /kernel/linux/linux-5.10/include/linux/mmc/ |
| D | host.h | 145 /* The tuning command opcode value is different for SD and eMMC cards */ 400 unsigned int doing_init_tune:1; /* initial tuning in progress */ 401 unsigned int can_retune:1; /* re-tuning can be used */ 402 unsigned int doing_retune:1; /* re-tuning in progress */ 403 unsigned int retune_now:1; /* do re-tuning at next req */ 404 unsigned int retune_paused:1; /* re-tuning is temporarily disabled */ 412 int need_retune; /* re-tuning is needed */ 413 int hold_retune; /* hold off re-tuning */ 414 unsigned int retune_period; /* re-tuning period in secs */ 415 struct timer_list retune_timer; /* for periodic re-tuning */
|
| /kernel/linux/linux-4.19/Documentation/sysctl/ |
| D | README | 62 filehandle, inode, dentry and quota tuning 64 kernel/ global kernel info / tuning 70 vm/ memory management tuning
|
| /kernel/linux/linux-5.10/drivers/staging/iio/Documentation/ |
| D | sysfs-bus-iio-dds | 6 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
|
| /kernel/linux/linux-4.19/drivers/staging/iio/Documentation/ |
| D | sysfs-bus-iio-dds | 6 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
|