Home
last modified time | relevance | path

Searched full:auxiliary (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
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>;
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
Dixp46x_ts.h38 u32 asms_lo; /* 0x30 Auxiliary Slave Mode Snapshot Low */
39 u32 asms_hi; /* 0x34 Auxiliary Slave Mode Snapshot High */
40 u32 amms_lo; /* 0x38 Auxiliary Master Mode Snapshot Low */
41 u32 amms_hi; /* 0x3C Auxiliary Master Mode Snapshot High */
/kernel/linux/linux-5.10/include/linux/
Dfscache.h86 * presented, as is the auxiliary data and the object size
156 #define FSCACHE_COOKIE_AUX_UPDATED 8 /* T if the auxiliary data was updated */
162 u8 aux_len; /* Length of auxiliary data */
169 void *aux; /* Auxiliary data */
307 * @aux_data: The auxiliary data for the cookie (may be NULL)
308 * @aux_data_len: Size of the auxiliary data buffer
346 * @aux_data: The updated auxiliary data for the cookie (may be NULL)
351 * provided to update the auxiliary data in the cache before the object is
367 * fscache_check_consistency - Request validation of a cache's auxiliary data
369 * @aux_data: The updated auxiliary data for the cookie (may be NULL)
[all …]
Dptp_clock_kernel.h111 * @do_aux_work: Request driver to perform auxiliary (periodic) operations
112 * Driver should return delay of the next auxiliary work
228 * ptp_find_pin() - obtain the pin index of a given auxiliary function
240 * or -1 if the auxiliary function cannot be found.
260 * ptp_schedule_worker() - schedule ptp auxiliary work
270 * ptp_cancel_worker_sync() - cancel ptp auxiliary clock
Dbrcmphy.h97 #define MII_BCM54XX_AUX_CTL 0x18 /* Auxiliary control register */
130 * AUXILIARY CONTROL SHADOW ACCESS REGISTERS. (PHY REG 0x18)
290 #define MII_BRCM_FET_SHDW_AUXMODE4 0x1a /* Auxiliary mode 4 */
294 #define MII_BRCM_FET_SHDW_AUXSTAT2 0x1b /* Auxiliary status 2 */
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dcache.h74 /* Instruction cache related Auxiliary registers */
87 /* Data cache related Auxiliary registers */
106 /*System-level cache (L2 cache) related Auxiliary registers */
124 /* IO coherency related Auxiliary registers */
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-sc27xx.c114 * alarm and auxiliary alarm. The time group registers are used to set RTC time,
115 * the normal alarm registers are used to set normal alarm, and the auxiliary
116 * alarm registers are used to set auxiliary alarm. Both alarm event and
117 * auxiliary alarm event can wake up system from deep sleep, but only alarm
335 /* clear the auxiliary alarm interrupt status */ in sprd_rtc_set_aux_alarm()
423 * Otherwise we should get auxiliary alarm time. in sprd_rtc_read_alarm()
457 * We have 2 groups alarms: normal alarm and auxiliary alarm. Since in sprd_rtc_set_alarm()
458 * both normal alarm event and auxiliary alarm event can wake up system in sprd_rtc_set_alarm()
461 * updating auxiliary alarm registers. Thus we usually set auxiliary in sprd_rtc_set_alarm()
466 * should set normal alarm, if not, we should set auxiliary alarm which in sprd_rtc_set_alarm()
/kernel/linux/linux-5.10/tools/perf/util/
Ds390-cpumsf.c8 * Auxiliary traces are collected during 'perf record' using rbd000 event.
37 * auxiliary trace data processing. See s390_cpumsf_process_auxtrace_info()
39 * Auxiliary trace data is collected per CPU. To merge the data into the report
79 * auxiliary traces entries until the time stamp of this record is reached
120 * | time stamps from the auxiliary trace buffers. This enables
121 * | synchronization between auxiliary trace data and the events on the
138 * the data in the auxiliary trace buffers.
429 /* Dump an auxiliary buffer. These buffers are multiple of
540 pr_err("s390 Auxiliary Trace: failed to deliver event\n"); in s390_cpumsf_make_event()
584 * reflect the time stamp of the last processed auxiliary data entry
[all …]
/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_i2c.c36 /* no i2c auxiliary bus on the chip */ in inv_mpu_i2c_aux_bus()
58 * MPU9xxx magnetometer support requires to disable i2c auxiliary bus. in inv_mpu_i2c_aux_setup()
60 * i2c auxiliary bus if it used. in inv_mpu_i2c_aux_setup()
79 /* enable i2c bypass when using i2c auxiliary bus */ in inv_mpu_i2c_aux_setup()
137 /* declare i2c auxiliary bus */ in inv_mpu_probe()
Dinv_mpu_aux.c15 * i2c master auxiliary bus transfer function.
64 * inv_mpu_aux_init() - init i2c auxiliary bus
95 * inv_mpu_aux_read() - read register function for i2c auxiliary bus
153 * inv_mpu_aux_write() - write register function for i2c auxiliary bus
/kernel/linux/linux-5.10/Documentation/watchdog/
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,
/kernel/linux/linux-5.10/drivers/md/bcache/
Dbset.h47 * We implement code here for creating and maintaining auxiliary search trees
60 * AUXILIARY SEARCH TREES:
88 * Nodes in the auxiliary search tree must contain both a key to compare against
111 * key our auxiliary search tree node corresponds to, and key p, the key
112 * immediately preceding n. The lowest bit we need to store in the auxiliary
116 * comparison. But we'd really like our nodes in the auxiliary search tree to be
127 * The keys in the auxiliary search tree are stored in (software) floating
134 * We need one node per 128 bytes in the btree node, which means the auxiliary
137 * Constructing these auxiliary search trees is moderately expensive, and we
142 * within each byte range works the same as with the auxiliary search trees.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt55 - adi,aux-output-enable: Enables auxiliary RF output.
57 the auxiliary RF output. Default = Output of RF dividers.
65 - adi,aux-output-power: Auxiliary output power selection.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dbrcm,bcm2835-aux-clock.txt1 Broadcom BCM2835 auxiliary peripheral support
6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/
Dqcom,pcie.txt100 - "aux" Auxiliary (AUX) clock
109 - "aux" Auxiliary (AUX) clock
122 - "aux" Auxiliary clock
129 - "aux" Auxiliary clock
137 - "aux" Auxiliary clock
/kernel/linux/linux-5.10/arch/arm/mm/
Dproc-v7.S147 mrc p15, 0, r9, c1, c0, 1 @ Auxiliary control register
179 mrc p15, 0, r4, c1, c0, 1 @ Read Auxiliary control register
422 /* Auxiliary Debug Modes Control 1 Register */
427 /* Auxiliary Debug Modes Control 2 Register */
436 /* Auxiliary Functional Modes Control Register 0 */
441 /* Auxiliary Debug Modes Control 0 Register */
444 /* Auxiliary Debug Modes Control 1 Register */
451 /* Auxiliary Debug Modes Control 2 Register */
457 /* Auxiliary Functional Modes Control Register 0 */
466 /* Auxiliary Debug Modes Control 0 Register */
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
De1000_defines.h556 #define TSINTR_AUTT0 BIT(5) /* Auxiliary Timestamp 0 Taken. */
557 #define TSINTR_AUTT1 BIT(6) /* Auxiliary Timestamp 1 Taken. */
573 #define TSAUXC_AUTT0 BIT(9) /* Auxiliary Timestamp Taken. */
575 #define TSAUXC_AUTT1 BIT(11) /* Auxiliary Timestamp Taken. */
580 #define AUX0_SEL_SDP0 (0u << 0) /* Assign SDP0 to auxiliary time stamp 0. */
581 #define AUX0_SEL_SDP1 (1u << 0) /* Assign SDP1 to auxiliary time stamp 0. */
582 #define AUX0_SEL_SDP2 (2u << 0) /* Assign SDP2 to auxiliary time stamp 0. */
583 #define AUX0_SEL_SDP3 (3u << 0) /* Assign SDP3 to auxiliary time stamp 0. */
584 #define AUX0_TS_SDP_EN (1u << 2) /* Enable auxiliary time stamp trigger 0. */
585 #define AUX1_SEL_SDP0 (0u << 3) /* Assign SDP0 to auxiliary time stamp 1. */
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dulist.h17 * It is possible to store an auxiliary value along with the key.
29 u64 aux; /* auxiliary value saved along with the val */
/kernel/linux/linux-5.10/drivers/clk/x86/
Dclk-fch.c18 /* Auxiliary clock1 enable bit */
20 /* 25Mhz auxiliary output clock freq bit */
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtlv320aic26.h15 /* Page 0: Auxiliary data registers */
22 /* Page 1: Auxiliary control registers */
/kernel/linux/linux-5.10/fs/fscache/
Dfsdef.c23 * of the netfs ("AFS" for example), and the auxiliary data holding the index
70 * check that the index structure version number stored in the auxiliary data
/kernel/linux/linux-5.10/arch/arm/plat-omap/
DKconfig96 Without this option, L2 Auxiliary control register contents are
106 PPA routine service ID for setting L2 auxiliary control register.
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
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
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c705 str = "No auxiliary input"; in xlgmac_print_all_hw_features()
708 str = "1 auxiliary input"; in xlgmac_print_all_hw_features()
711 str = "2 auxiliary input"; in xlgmac_print_all_hw_features()
714 str = "3 auxiliary input"; in xlgmac_print_all_hw_features()
717 str = "4 auxiliary input"; in xlgmac_print_all_hw_features()
722 XLGMAC_PR("Number of Auxiliary Snapshot Inputs : %s", str); in xlgmac_print_all_hw_features()

12345678910>>...15