Home
last modified time | relevance | path

Searched refs:tuning (Results 1 – 25 of 91) sorted by relevance

1234

/Linux-v4.19/drivers/ata/
Dpata_cs5530.c61 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/
Dfsl-imx-esdhc.txt31 - 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.
Drockchip-dw-mshc.txt30 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.
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-pxa.txt25 - mrvl,clk-delay-cycles: Specify a number of cycles to delay for tuning.
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-set-frontend.rst31 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
Dfe-get-frontend.rst32 Points to parameters for tuning operation.
Dfe-set-frontend-tune-mode.rst34 zigzagging or other "normal" tuning behaviour. Additionally,
/Linux-v4.19/Documentation/devicetree/bindings/iio/proximity/
Das3935.txt15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
32 ams,tuning-capacitor-pf = <80>;
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dqcom-qusb2-phy.txt27 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
Dapm-xgene-phy.txt17 - 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/
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-v4.19/Documentation/sysctl/
DREADME62 filehandle, inode, dentry and quota tuning
64 kernel/ global kernel info / tuning
70 vm/ memory management tuning
/Linux-v4.19/arch/x86/xen/
DKconfig69 bool "Enable Xen debug and tuning parameters in debugfs"
73 Enable statistics output and various tuning options in debugfs.
/Linux-v4.19/arch/x86/
DMakefile_32.cpu2 # 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/
Dsmsc-lan87xx.txt3 Some boards require special tuning values. Configure them
/Linux-v4.19/Documentation/vm/
Dindex.rst10 The following documents provide guides for controlling and tuning
/Linux-v4.19/drivers/input/rmi4/
DKconfig114 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/
Dat86rf230.txt15 - xtal-trim: u8 value for fine tuning the internal capacitance
/Linux-v4.19/Documentation/media/dvb-drivers/
Dcontributors.rst40 - 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/
Dimx6sll.dtsi676 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/
DREADME36 o Hardly any performance tuning has been done. Obvious targets
/Linux-v4.19/drivers/mfd/
Dsi476x-i2c.c425 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/
Di2c-rk3x.c152 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/
Ddev-touch.rst20 side-channel for diagnostics or tuning. In other systems, the ASIC is a simple

1234