Searched +full:erratum +full:- +full:unknown1 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/Documentation/devicetree/bindings/timer/ |
| D | arm,arch_timer.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marc Zyngier <marc.zyngier@arm.com> 11 - Mark Rutland <mark.rutland@arm.com> 13 ARM cores may have a per-core architected timer, which provides per-cpu timers, 17 The per-core architected timer is attached to a GIC to deliver its 18 per-processor interrupts via PPIs. The memory mapped timer is attached to a GIC 24 - items: 25 - enum: [all …]
|
| /Linux-v5.15/drivers/clocksource/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 164 Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture, 187 32-bit free running decrementing counters. 222 bool "Integrator-AP timer driver" if COMPILE_TEST 225 Enables support for the Integrator-AP timer. 250 available on many OMAP-like platforms. 269 bool "Support for 32-bit TIMERn counters in ARC Cores" if COMPILE_TEST 273 These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores 278 bool "Support for 64-bit counters in ARC HS38 cores" if COMPILE_TEST 282 This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP). [all …]
|
| D | arm_arch_timer.c | 1 // SPDX-License-Identifier: GPL-2.0-only 28 #include <linux/arm-smccc.h> 70 [ARCH_TIMER_PHYS_SECURE_PPI] = "sec-phys", 73 [ARCH_TIMER_HYP_PPI] = "hyp-phys", 74 [ARCH_TIMER_HYP_VIRT_PPI] = "hyp-virt", 110 writel_relaxed(val, timer->base + CNTP_CTL); in arch_timer_reg_write() 113 writel_relaxed(val, timer->base + CNTP_TVAL); in arch_timer_reg_write() 120 writel_relaxed(val, timer->base + CNTV_CTL); in arch_timer_reg_write() 123 writel_relaxed(val, timer->base + CNTV_TVAL); in arch_timer_reg_write() 141 val = readl_relaxed(timer->base + CNTP_CTL); in arch_timer_reg_read() [all …]
|
| /Linux-v5.15/Documentation/arm64/ |
| D | silicon-errata.rst | 10 so-called "errata", which can cause it to deviate from the architecture 30 a Category A erratum into a Category C erratum. These are collectively 32 cases (e.g. those cases that both require a non-secure workaround *and* 36 the erratum in question, a Kconfig entry is added under "Kernel 37 Features" -> "ARM errata workarounds via the alternatives framework". 39 CPU is detected. For less-intrusive workarounds, a Kconfig option is not 41 a way that the erratum will not be hit. 49 +----------------+-----------------+-----------------+-----------------------------+ 50 | Implementor | Component | Erratum ID | Kconfig | 52 | Allwinner | A64/R18 | UNKNOWN1 | SUN50I_ERRATUM_UNKNOWN1 | [all …]
|
| /Linux-v5.15/arch/arm64/boot/dts/allwinner/ |
| D | sun50i-a64.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/sun50i-a64-ccu.h> 7 #include <dt-bindings/clock/sun8i-de2.h> 8 #include <dt-bindings/clock/sun8i-r-ccu.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/reset/sun50i-a64-ccu.h> 11 #include <dt-bindings/reset/sun8i-de2.h> 12 #include <dt-bindings/reset/sun8i-r-ccu.h> 13 #include <dt-bindings/thermal/thermal.h> 16 interrupt-parent = <&gic>; [all …]
|