Home
last modified time | relevance | path

Searched refs:auxiliary (Results 1 – 25 of 119) sorted by relevance

12345

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-zx.txt4 a main controller and an auxiliary one. For example, on ZX296718 SoC, the
5 main controller is TOP_PMM and the auxiliary one is AON_IOCFG. Both
42 types of pins. Both are controlled by auxiliary controller, i.e. AON_IOCFG
48 - zte,auxiliary-controller: phandle to the auxiliary pin controller which
71 zte,auxiliary-controller = <&iocfg>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm2835-aux-clock.txt1 Broadcom BCM2835 auxiliary peripheral support
6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-sata.c174 fis[16] = tf->auxiliary & 0xff; in ata_tf_to_fis()
175 fis[17] = (tf->auxiliary >> 8) & 0xff; in ata_tf_to_fis()
176 fis[18] = (tf->auxiliary >> 16) & 0xff; in ata_tf_to_fis()
177 fis[19] = (tf->auxiliary >> 24) & 0xff; in ata_tf_to_fis()
1405 tf->auxiliary = buf[14] << 16 | buf[15] << 8 | buf[16]; in ata_eh_read_log_10h()
1469 ((qc->result_tf.command & ATA_SENSE) || qc->result_tf.auxiliary)) { in ata_eh_analyze_ncq_error()
1472 sense_key = (qc->result_tf.auxiliary >> 16) & 0xff; in ata_eh_analyze_ncq_error()
1473 asc = (qc->result_tf.auxiliary >> 8) & 0xff; in ata_eh_analyze_ncq_error()
1474 ascq = qc->result_tf.auxiliary & 0xff; in ata_eh_analyze_ncq_error()
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dmlx-wdt.rst40 Mellanox system can have 2 watchdogs: main and auxiliary.
41 Main and auxiliary watchdog devices can be enabled together
46 Actions without reset are provided for auxiliary watchdog device,
/OK3568_Linux_fs/buildroot/boot/barebox/
H A DConfig.in70 bool "Build barebox with an auxiliary config"
72 Build barebox with an auxiliary configuration.
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dservices259 coda_aux1 1431/tcp # coda auxiliary service (Coda fs)
260 coda_aux1 1431/udp # coda auxiliary service (Coda fs)
261 coda_aux2 1433/tcp # coda auxiliary service (Coda fs)
262 coda_aux2 1433/udp # coda auxiliary service (Coda fs)
263 coda_aux3 1435/tcp # coda auxiliary service (Coda fs)
264 coda_aux3 1435/udp # coda auxiliary service (Coda fs)
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A DKconfig16 bool "Support boot auxiliary core"
19 bootaux [addr] to boot auxiliary core.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/
H A Dadf4350.txt55 - adi,aux-output-enable: Enables auxiliary RF output.
57 the auxiliary RF output. Default = Output of RF dividers.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dno-aux-cache.patch1 The ldconfig auxiliary cache is a dictionary where the keys include inode, so
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dproc-xsc3.S420 mrc p15, 0, r8, c1, c0, 1 @ auxiliary control reg
440 mcr p15, 0, r8, c1, c0, 1 @ auxiliary control reg
460 mrc p15, 0, r0, c1, c0, 1 @ get auxiliary control reg
463 mcr p15, 0, r0, c1, c0, 1 @ set auxiliary control reg
H A Dproc-v6.S144 mrc p15, 0, r7, c1, c0, 1 @ auxiliary control register
168 mcr p15, 0, r7, c1, c0, 1 @ auxiliary control register
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_fba.h37 __u8 auxiliary; member
/OK3568_Linux_fs/kernel/security/safesetid/
H A DKconfig11 the given UIDs/GIDs from obtaining auxiliary privileges associated
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dbrcm,bcm2835-spi.txt5 auxiliary block. This binding applies to the SPI0 controller.
H A Dbrcm,bcm2835-aux-spi.txt5 auxiliary block. This binding applies to the SPI1/2 controller.
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dnetfs-api.rst100 Each index entry consists of a key of indeterminate length plus some auxiliary
176 (4) A function to check the auxiliary data [optional].
179 this object is valid. For instance with AFS it could check the auxiliary
200 This function can also be used to extract data from the auxiliary data in
312 An optional blob of auxiliary data that is to be stored within the cache can be
691 To find out whether auxiliary data for an object is up to data within the
697 This will call back to the netfs to check whether the auxiliary data associated
698 with a cookie is correct; if aux_data is non-NULL, it will update the auxiliary
708 This function will update the cookie's auxiliary data buffer from aux_data if
761 In both cases, the cookie's auxiliary data buffer is updated from aux_data if
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dnokia,rx51.txt7 auxiliary TLV320AIC3X node (in this order)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst99 An optional parameter. A word that provides auxiliary data
191 Store auxiliary data aux_data for the specified region.
210 Set the auxiliary data string to "foo bar baz" (the escape for each
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/
H A Dperlcross_1.3.7.bb3 DESCRIPTION = "perl-cross provides configure script, top-level Makefile and some auxiliary files fo…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/msm/
H A Dqcom,kpss-gcc.txt34 an L2 cache auxiliary clock.
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dsyscall64-abi.rst13 If PPC_FEATURE2_SCV appears in the AT_HWCAP2 ELF auxiliary vector, the
85 auxiliary vector.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/files/
H A DREADME.md2 and some auxiliary files for [perl](http://www.perl.org),
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/imu/
H A Dinv_mpu6050.txt32 - i2c-gate node. These devices also support an auxiliary i2c bus. This is
/OK3568_Linux_fs/u-boot/board/hisilicon/poplar/
H A DREADME210 Decrypt auxiliary code ...OK
214 Entry boot auxiliary code
223 Boot auxiliary code success
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dda9055.rst31 chip junction temperature and auxiliary channels voltages.

12345