Home
last modified time | relevance | path

Searched +full:twenty +full:- +full:eight (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
Datmel,aic.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/atmel,aic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nicolas Ferre <nicolas.ferre@microchip.com>
11 - Dharma balasubiramani <dharma.b@microchip.com>
14 The Advanced Interrupt Controller (AIC) is an 8-level priority, individually
16 hundred and twenty-eight interrupt sources.
21 - atmel,at91rm9200-aic
22 - atmel,sama5d2-aic
[all …]
/linux-6.15/include/linux/spi/
Dspi.h1 /* SPDX-License-Identifier: GPL-2.0-or-later
38 * INTERFACES between SPI controller-side drivers and SPI target protocol handlers,
44 * struct spi_statistics - statistics for spi transfers
45 * @syncp: seqcount to protect members in this struct for per-cpu update
46 * on 32-bit systems
48 * @messages: number of spi-messages handled
97 u64_stats_update_begin(&__lstats->syncp); \
98 u64_stats_add(&__lstats->field, count); \
99 u64_stats_update_end(&__lstats->syncp); \
108 u64_stats_update_begin(&__lstats->syncp); \
[all …]