Home
last modified time | relevance | path

Searched full:csky (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dcsky,apb-intc.txt8 - csky,apb-intc is used in a lot of csky fpgas and socs, it support 64 irq nums.
9 - csky,dual-apb-intc consists of 2 apb-intc and 128 irq nums supported.
10 - csky,gx6605s-intc is gx6605s soc internal irq interrupt controller, 64 irq nums.
23 Definition: must be "csky,apb-intc"
24 "csky,dual-apb-intc"
25 "csky,gx6605s-intc"
36 - csky,support-pulse-signal:
44 compatible = "csky,apb-intc";
51 compatible = "csky,dual-apb-intc";
58 compatible = "csky,gx6605s-intc";
Dcsky,mpintc.txt30 Definition: must be "csky,mpintc"
43 compatible = "csky,mpintc";
/Linux-v5.4/arch/csky/
DMakefile54 abidirs := $(patsubst %,arch/csky/%/,$(CSKYABI))
62 head-y := arch/csky/kernel/head.o
64 core-y += arch/csky/kernel/
65 core-y += arch/csky/mm/
66 core-y += arch/csky/$(CSKYABI)/
68 libs-y += arch/csky/lib/ \
71 boot := arch/csky/boot
DKconfig2 config CSKY config
138 bool "CSKY CPU ck610"
144 bool "CSKY CPU ck810"
149 bool "CSKY CPU ck807"
153 bool "CSKY CPU ck860"
/Linux-v5.4/Documentation/devicetree/bindings/csky/
Dcpus.txt50 Definition: must contain "csky", eg:
51 "csky,610"
52 "csky,807"
53 "csky,810"
54 "csky,860"
Dpmu.txt19 Definition: must be "csky,csky-pmu"
34 compatible = "csky,csky-pmu";
/Linux-v5.4/drivers/clocksource/
Dtimer-mp-csky.c111 .name = "csky",
155 "clockevents/csky/timer:starting", in csky_mptimer_init()
173 TIMER_OF_DECLARE(csky_mptimer, "csky,mptimer", csky_mptimer_init);
/Linux-v5.4/Documentation/devicetree/bindings/timer/
Dcsky,gx6605s-timer.txt19 Definition: must be "csky,gx6605s-timer"
37 compatible = "csky,gx6605s-timer";
Dcsky,mptimer.txt24 Definition: must be "csky,mptimer"
38 compatible = "csky,mptimer";
/Linux-v5.4/drivers/irqchip/
Dirq-csky-apb-intc.c71 if (of_find_property(node, "csky,support-pulse-signal", NULL)) in ck_set_gc()
193 IRQCHIP_DECLARE(csky_gx6605s_intc, "csky,gx6605s-intc", gx_intc_init);
255 IRQCHIP_DECLARE(ck_intc, "csky,apb-intc", ck_intc_init);
281 IRQCHIP_DECLARE(ck_dual_intc, "csky,dual-apb-intc", ck_dual_intc_init);
Dirq-csky-mpintc.c143 * The csky,mpintc could support auto irq deliver, but it only in csky_irq_set_affinity()
239 ret = of_property_read_u32(node, "csky,num-irqs", &nr_irq); in csky_mpintc_init()
281 IRQCHIP_DECLARE(csky_mpintc, "csky,mpintc", csky_mpintc_init);
DKconfig433 depends on CSKY
442 depends on CSKY
/Linux-v5.4/arch/csky/kernel/
Dftrace.c20 * Gcc-csky with -pg will insert stub in function prologue:
153 * For csky-gcc function has sub-call: in prepare_ftrace_return()
162 * For csky-gcc function has no sub-call: in prepare_ftrace_return()
Dvmlinux.lds.S6 OUTPUT_ARCH(csky)
/Linux-v5.4/arch/csky/include/asm/
Delf.h13 /* CSKY Relocations */
36 * In gdb/bfd elf32-csky.c, csky_elf_grok_prstatus() use fixed size of
/Linux-v5.4/arch/csky/configs/
Ddefconfig2 CONFIG_DEFAULT_HOSTNAME="csky"
/Linux-v5.4/Documentation/features/debug/KASAN/
Darch-support.txt14 | csky: | TODO |
/Linux-v5.4/Documentation/features/debug/kprobes/
Darch-support.txt14 | csky: | TODO |
/Linux-v5.4/Documentation/features/locking/cmpxchg-local/
Darch-support.txt14 | csky: | TODO |
/Linux-v5.4/Documentation/features/locking/lockdep/
Darch-support.txt14 | csky: | TODO |
/Linux-v5.4/Documentation/features/locking/queued-rwlocks/
Darch-support.txt14 | csky: | ok |
/Linux-v5.4/Documentation/features/locking/queued-spinlocks/
Darch-support.txt14 | csky: | TODO |
/Linux-v5.4/Documentation/features/perf/kprobes-event/
Darch-support.txt14 | csky: | TODO |
/Linux-v5.4/Documentation/features/perf/perf-regs/
Darch-support.txt14 | csky: | TODO |
/Linux-v5.4/Documentation/features/seccomp/seccomp-filter/
Darch-support.txt14 | csky: | TODO |

123