Searched full:clint (Results 1 – 7 of 7) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/timer/ |
D | sifive,clint.yaml | 4 $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/ |
D | timer-clint.c | 6 * 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()
|
D | Kconfig | 666 bool "CLINT Timer for the RISC-V platform" if COMPILE_TEST 671 This option enables the CLINT timer for RISC-V systems. The CLINT
|
D | Makefile | 92 obj-$(CONFIG_CLINT_TIMER) += timer-clint.o
|
/linux-5.10/arch/riscv/include/asm/ |
D | clint.h | 14 * This lives in the CLINT driver, but is accessed directly by timex.h to avoid
|
D | timex.h | 15 #include <asm/clint.h>
|
/linux-5.10/arch/riscv/boot/dts/kendryte/ |
D | k210.dtsi | 98 clint0: clint@2000000 {
|