/Linux-v4.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()
|
/Linux-v4.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.
|
D | marvell,xenon-sdhci.txt | 72 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
|
D | sdhci-pxa.txt | 25 - mrvl,clk-delay-cycles: Specify a number of cycles to delay for tuning.
|
/Linux-v4.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
|
D | fe-get-frontend.rst | 32 Points to parameters for tuning operation.
|
D | fe-set-frontend-tune-mode.rst | 34 zigzagging or other "normal" tuning behaviour. Additionally,
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/proximity/ |
D | as3935.txt | 15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping 32 ams,tuning-capacitor-pf = <80>;
|
/Linux-v4.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
|
D | apm-xgene-phy.txt | 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample
|
/Linux-v4.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
|
/Linux-v4.19/Documentation/sysctl/ |
D | README | 62 filehandle, inode, dentry and quota tuning 64 kernel/ global kernel info / tuning 70 vm/ memory management tuning
|
/Linux-v4.19/arch/x86/xen/ |
D | Kconfig | 69 bool "Enable Xen debug and tuning parameters in debugfs" 73 Enable statistics output and various tuning options in debugfs.
|
/Linux-v4.19/arch/x86/ |
D | Makefile_32.cpu | 2 # CPU tuning section - shared with UML. 44 # add at the end to overwrite eventual tuning options from earlier
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | smsc-lan87xx.txt | 3 Some boards require special tuning values. Configure them
|
/Linux-v4.19/Documentation/vm/ |
D | index.rst | 10 The following documents provide guides for controlling and tuning
|
/Linux-v4.19/drivers/input/rmi4/ |
D | Kconfig | 114 bool "RMI4 Function 55 (Sensor tuning)" 118 Function 55 provides access to the RMI4 touch sensor tuning
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ieee802154/ |
D | at86rf230.txt | 15 - xtal-trim: u8 value for fine tuning the internal capacitance
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | contributors.rst | 40 - for various fixes regarding tuning, OSD and CI stuff and his work on VDR 100 - for tuning/DiSEqC support for the DEC 3000-s
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | imx6sll.dtsi | 676 fsl,tuning-step = <2>; 677 fsl,tuning-start-tap = <20>; 690 fsl,tuning-step = <2>; 691 fsl,tuning-start-tap = <20>; 704 fsl,tuning-step = <2>; 705 fsl,tuning-start-tap = <20>;
|
/Linux-v4.19/Documentation/ia64/ |
D | README | 36 o Hardly any performance tuning has been done. Obvious targets
|
/Linux-v4.19/drivers/mfd/ |
D | si476x-i2c.c | 425 wake_up(&core->tuning); in si476x_core_pronounce_dead() 520 wake_up(&core->tuning); in si476x_core_get_and_signal_status() 760 init_waitqueue_head(&core->tuning); in si476x_core_probe()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-rk3x.c | 152 unsigned int tuning; member 699 t_calc->tuning = 0; in rk3x_i2c_v0_calc_timings() 853 t_calc->tuning = REG_CON_SDA_CFG(--sda_update_cfg) | in rk3x_i2c_v1_calc_timings() 891 val |= calc.tuning; in rk3x_i2c_adapt_div()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-touch.rst | 20 side-channel for diagnostics or tuning. In other systems, the ASIC is a simple
|