Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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
Dfe-get-frontend.rst31 Points to parameters for tuning operation.
Dfe-set-frontend-tune-mode.rst34 zigzagging or other "normal" tuning behaviour. Additionally,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/
Das3935.txt15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
32 ams,tuning-capacitor-pf = <80>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-omap.txt5tuning, the device tree should have a "cpu_thermal" node which maps to the appropriate thermal zon…
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
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Dindex.rst72 filehandle, inode, dentry and quota tuning
74 kernel/ global kernel info / tuning
80 vm/ memory management tuning
/kernel/linux/linux-5.10/arch/x86/xen/
DKconfig72 bool "Enable Xen debug and tuning parameters in debugfs"
75 Enable statistics output and various tuning options in debugfs.
/kernel/linux/linux-5.10/arch/x86/
DMakefile_32.cpu2 # CPU tuning section - shared with UML.
45 # add at the end to overwrite eventual tuning options from earlier
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dsmsc-lan87xx.txt3 Some boards require special tuning values. Configure them
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
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
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx7ulp.dtsi227 fsl,tuning-start-tap = <20>;
228 fsl,tuning-step = <2>;
241 fsl,tuning-start-tap = <20>;
242 fsl,tuning-step = <2>;
Dimx6sll.dtsi720 fsl,tuning-step = <2>;
721 fsl,tuning-start-tap = <20>;
734 fsl,tuning-step = <2>;
735 fsl,tuning-start-tap = <20>;
748 fsl,tuning-step = <2>;
749 fsl,tuning-start-tap = <20>;
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/
Dimx8mp.dtsi666 fsl,tuning-start-tap = <20>;
667 fsl,tuning-step= <2>;
680 fsl,tuning-start-tap = <20>;
681 fsl,tuning-step= <2>;
694 fsl,tuning-start-tap = <20>;
695 fsl,tuning-step= <2>;
Dimx8mn.dtsi694 fsl,tuning-start-tap = <20>;
695 fsl,tuning-step= <2>;
708 fsl,tuning-start-tap = <20>;
709 fsl,tuning-step= <2>;
722 fsl,tuning-start-tap = <20>;
723 fsl,tuning-step= <2>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt15 - xtal-trim: u8 value for fine tuning the internal capacitance
/kernel/linux/linux-5.10/Documentation/vm/
Dindex.rst12 The following documents provide guides for controlling and tuning
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-kernel-dmabuf-buffers10 Users: kernel memory tuning/debugging tools
/kernel/linux/linux-5.10/drivers/input/rmi4/
DKconfig123 bool "RMI4 Function 55 (Sensor tuning)"
127 Function 55 provides access to the RMI4 touch sensor tuning
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dcontributors.rst42 - for various fixes regarding tuning, OSD and CI stuff and his work on VDR
102 - for tuning/DiSEqC support for the DEC 3000-s
/kernel/linux/linux-5.10/Documentation/ia64/
Dia64.rst42 * Hardly any performance tuning has been done. Obvious targets
/kernel/linux/linux-5.10/drivers/mfd/
Dsi476x-i2c.c416 wake_up(&core->tuning); in si476x_core_pronounce_dead()
511 wake_up(&core->tuning); in si476x_core_get_and_signal_status()
756 init_waitqueue_head(&core->tuning); in si476x_core_probe()
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dbt8xx.rst99 dst_algo=0: (default) Software tuning algorithm
100 1: Hardware tuning algorithm

12345