| /linux/drivers/ata/ |
| H A 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()
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | realtek,usb3phy.yaml | 69 realtek,amplitude-control-coarse-tuning: 72 This value is a parameter for coarse tuning. 80 realtek,amplitude-control-fine-tuning: 83 This value is used for fine-tuning parameters. 106 realtek,amplitude-control-coarse-tuning = <0x77>;
|
| H A D | phy-stm32-usbphyc.yaml | 118 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;
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A 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
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | mediatek,mt6358-regulator.yaml | 79 description: LDOs with fixed 1.2V output and 0~100/10mV tuning 88 LDOs with fixed 1.8V output and 0~100/10mV tuning (vcn18 on MT6366 has variable output) 96 description: LDOs with fixed 2.2V output and 0~100/10mV tuning 104 description: LDOs with fixed 2.8V output and 0~100/10mV tuning 112 description: LDOs with fixed 3.0V output and 0~100/10mV tuning 128 description: LDOs with variable output and 0~100/10mV tuning
|
| H A D | mediatek,mt6397-regulator.yaml | 38 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
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 224 /* The tuning command opcode value is different for SD and eMMC cards */ 230 /* Execute HS400 tuning depending host driver */ 233 /* Optional callback to prepare for SD high-speed tuning */ 236 /* Optional callback to execute SD high-speed tuning */ 493 unsigned int doing_init_tune:1; /* initial tuning in progress */ 494 unsigned int doing_retune:1; /* re-tuning in progress */ 509 bool can_retune; /* re-tuning can be used */ 510 bool retune_now; /* do re-tuning at next req */ 511 bool retune_paused; /* re-tuning is temporarily disabled */ 512 int need_retune; /* re-tuning is needed */ [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A 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
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A 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()
|
| H A D | rt2x00lib.h | 226 * @antenna: Should the antenna tuning also be reset 240 * tuning will also be reset. 264 * rt2x00link_register - Initialize link tuning & watchdog functionality 267 * Initialize work structure and all link tuning and watchdog related
|
| H A D | rt2500usb.h | 699 * EEPROM Tuning threshold 705 * EEPROM BBP R24 Tuning. 712 * EEPROM BBP R25 Tuning. 719 * EEPROM BBP R24 Tuning. 726 * EEPROM BBP VGC Tuning. 733 * EEPROM BBP R17 Tuning.
|
| /linux/Documentation/devicetree/bindings/iio/proximity/ |
| H A D | ams,as3935.yaml | 31 ams,tuning-capacitor-pf: 34 Calibration tuning capacitor stepping value. This will require using 70 ams,tuning-capacitor-pf = <80>;
|
| /linux/drivers/staging/iio/Documentation/ |
| H A 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
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8-ss-conn.dtsi | 83 fsl,tuning-start-tap = <20>; 84 fsl,tuning-step = <2>; 98 fsl,tuning-start-tap = <20>; 99 fsl,tuning-step = <2>; 113 fsl,tuning-start-tap = <20>; 114 fsl,tuning-step = <2>;
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-pci-o2micro.c | 204 /* enable hardware tuning */ in sdhci_o2_set_tuning_mode() 224 pr_warn("%s: HW tuning failed !\n", in __sdhci_o2_execute_tuning() 232 pr_info("%s: Tuning failed, falling back to fixed sampling clock\n", in __sdhci_o2_execute_tuning() 242 * outside of the execute tuning function. 326 * This handler implements the hardware tuning that is specific to in sdhci_o2_execute_tuning() 385 pr_warn("%s: DLL can't lock in 5ms after force L0 during tuning.\n", in sdhci_o2_execute_tuning() 388 * Judge the tuning reason, whether caused by dll shift in sdhci_o2_execute_tuning() 398 * o2 sdhci host didn't support 8bit emmc tuning in sdhci_o2_execute_tuning() 499 /* Set DLL Tuning Window */ in sdhci_pci_o2_fujin2_pci_init() 909 /* Set Tuning Window to 4 */ in sdhci_pci_o2_probe() [all …]
|
| H A D | sdhci-of-dwcmshc.c | 48 /* Tuning and auto-tuning fields in AT_CTRL_R control register */ 53 #define AT_CTRL_SW_TUNE_EN BIT(4) /* enable software managed tuning */ 565 * Tuning can leave the IP in an active state (Buffer Read Enable bit in dwcmshc_execute_tuning() 944 * configure tuning settings: in th1520_execute_tuning() 947 * - disable software managed tuning in th1520_execute_tuning() 949 * instead tuning calculated edges are used in th1520_execute_tuning() 955 * configure tuning settings: in th1520_execute_tuning() 956 * - enable auto-tuning in th1520_execute_tuning() 971 /* perform tuning */ in th1520_execute_tuning() 976 /* disable auto-tuning upon tuning error */ in th1520_execute_tuning() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | smu_v11_0_pptable.h | 70 …URE_MEMORY_TIMING_TUNE = 1 << SMU_11_0_ODCAP_MEMORY_TIMING_TUNE, //AC Timing Tuning feature 151 …od_turbo_power_limit; //Power limit setting for Turbo mode in Performance UI Tuning. 152 …e_power_limit; //Power limit setting for PowerSave/Optimal mode in Performance UI Tuning.
|
| H A D | smu_v13_0_pptable.h | 70 …URE_MEMORY_TIMING_TUNE = 1 << SMU_13_0_ODCAP_MEMORY_TIMING_TUNE, //AC Timing Tuning feature 153 …od_turbo_power_limit; //Power limit setting for Turbo mode in Performance UI Tuning. 154 …e_power_limit; //Power limit setting for PowerSave/Optimal mode in Performance UI Tuning.
|
| H A D | smu_v14_0_2_pptable.h | 71 …IMING_TUNE = 1 << SMU_14_0_2_ODCAP_MEMORY_TIMING_TUNE, // Auto AC Timing Tuning 72 … = 1 << SMU_14_0_2_ODCAP_MANUAL_AC_TIMING, // Manual fine grain AC Timing tuning 73 …MIZER = 1 << SMU_14_0_2_ODCAP_AUTO_VF_CURVE_OPTIMIZER, // Fine grain auto VF curve tuning
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-samsung-serranove.dts | 391 * FIXME: Disable UHS-I modes since tuning fails with: 393 * sdhci_msm 7864900.sdhci: mmc1: No tuning point found 394 * mmc1: tuning execution failed: -5 399 * (without tuning), so maybe only tuning is broken?
|
| /linux/arch/x86/xen/ |
| H A D | Kconfig | 69 bool "Enable Xen debug and tuning parameters in debugfs" 72 Enable statistics output and various tuning options in debugfs.
|
| /linux/include/sound/ |
| H A D | cs35l35.h | 16 * these variables for tuning 20 * Class H tuning
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | nuvoton,nau8325.yaml | 33 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.
|
| /linux/drivers/input/rmi4/ |
| H A D | Kconfig | 138 bool "RMI4 Function 55 (Sensor tuning)" 142 Function 55 provides access to the RMI4 touch sensor tuning
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | ti,omap2430-sdhci.yaml | 13 For UHS devices which require tuning, the device tree should have a 15 is used to get the temperature of the zone during tuning.
|