Home
last modified time | relevance | path

Searched full:clint (Results 1 – 7 of 7) sorted by relevance

/linux-5.10/Documentation/devicetree/bindings/timer/
Dsifive,clint.yaml4 $id: http://devicetree.org/schemas/timer/sifive,clint.yaml#
15 Core Local Interruptor (CLINT) for M-mode timer and M-mode inter-processor
18 interrupt controller is the parent interrupt controller for CLINT device.
19 The clock frequency of CLINT is specified via "timebase-frequency" DT
26 - const: sifive,fu540-c000-clint
30 Should be "sifive,<chip>-clint" and "sifive,clint<version>".
32 "sifive,fu540-c000-clint" for the SiFive CLINT v0 as integrated
34 CLINT v0 IP block with no chip integration tweaks.
53 compatible = "sifive,fu540-c000-clint", "sifive,clint0";
/linux-5.10/drivers/clocksource/
Dtimer-clint.c6 * CLINT MMIO timer device.
9 #define pr_fmt(fmt) "clint: " fmt
25 #include <asm/clint.h>
32 /* CLINT manages IPI and Timer for RISC-V M-mode */
155 * Ensure that CLINT device interrupts are either RV_IRQ_TIMER or in clint_timer_init_dt()
180 /* If CLINT timer irq not found then fail */ in clint_timer_init_dt()
216 "clint-timer", &clint_clock_event); in clint_timer_init_dt()
223 "clockevents/clint/timer:starting", in clint_timer_init_dt()
DKconfig666 bool "CLINT Timer for the RISC-V platform" if COMPILE_TEST
671 This option enables the CLINT timer for RISC-V systems. The CLINT
DMakefile92 obj-$(CONFIG_CLINT_TIMER) += timer-clint.o
/linux-5.10/arch/riscv/include/asm/
Dclint.h14 * This lives in the CLINT driver, but is accessed directly by timex.h to avoid
Dtimex.h15 #include <asm/clint.h>
/linux-5.10/arch/riscv/boot/dts/kendryte/
Dk210.dtsi98 clint0: clint@2000000 {