Home
last modified time | relevance | path

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

12345

/linux/drivers/ata/
H A 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()
/linux/Documentation/userspace-api/media/dvb/
H A 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
H A Dfe-get-frontend.rst31 Points to parameters for tuning operation.
H A Dfe-set-frontend-tune-mode.rst34 zigzagging or other "normal" tuning behaviour. Additionally,
/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst72 filehandle, inode, dentry and quota tuning
74 kernel/ global kernel info / tuning
80 vm/ memory management tuning
/linux/drivers/staging/iio/Documentation/
H A 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/Documentation/devicetree/bindings/mmc/
H A Dsdhci-omap.txt5tuning, the device tree should have a "cpu_thermal" node which maps to the appropriate thermal zon…
/linux/arch/x86/
H A DMakefile_32.cpu2 # CPU tuning section - shared with UML.
45 # add at the end to overwrite eventual tuning options from earlier
/linux/arch/x86/xen/
H A DKconfig74 bool "Enable Xen debug and tuning parameters in debugfs"
77 Enable statistics output and various tuning options in debugfs.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimxrt1050.dtsi97 fsl,tuning-start-tap = <20>;
98 fsl,tuning-step = <2>;
H A Dimx6ul-tqma6ul2l.dtsi17 fsl,tuning-step = <6>;
H A Dimx6ul-tqma6ul2.dtsi17 fsl,tuning-step = <6>;
H A Dimx6ull-tqma6ull2l.dtsi17 fsl,tuning-step = <6>;
H A Dimx6ull-tqma6ull2.dtsi17 fsl,tuning-step = <6>;
/linux/drivers/hwtracing/ptt/
H A DKconfig8 device, and it provides support for PCIe traffic tuning and
/linux/Documentation/devicetree/bindings/phy/
H A 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/Documentation/devicetree/bindings/net/
H A Dsmsc-lan87xx.txt3 Some boards require special tuning values. Configure them
/linux/Documentation/driver-api/media/drivers/
H A 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
/linux/drivers/input/rmi4/
H A DKconfig123 bool "RMI4 Function 55 (Sensor tuning)"
127 Function 55 provides access to the RMI4 touch sensor tuning
/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dat86rf230.txt15 - xtal-trim: u8 value for fine tuning the internal capacitance
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-dmabuf-buffers10 Users: kernel memory tuning/debugging tools
H A Ddebugfs-iio-ad94676 digital interface tuning process.
/linux/Documentation/mm/
H A Dindex.rst7 see the :ref:`memory_allocation`. For controlling and tuning guides,
/linux/drivers/mfd/
H A 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()
/linux/Documentation/admin-guide/media/
H A Dbt8xx.rst100 dst_algo=0: (default) Software tuning algorithm
101 1: Hardware tuning algorithm

12345