Searched full:csky (Results 1 – 25 of 72) sorted by relevance
123
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | csky,apb-intc.txt | 8 - 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";
|
D | csky,mpintc.txt | 30 Definition: must be "csky,mpintc" 43 compatible = "csky,mpintc";
|
/Linux-v5.4/arch/csky/ |
D | Makefile | 54 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
|
D | Kconfig | 2 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/ |
D | cpus.txt | 50 Definition: must contain "csky", eg: 51 "csky,610" 52 "csky,807" 53 "csky,810" 54 "csky,860"
|
D | pmu.txt | 19 Definition: must be "csky,csky-pmu" 34 compatible = "csky,csky-pmu";
|
/Linux-v5.4/drivers/clocksource/ |
D | timer-mp-csky.c | 111 .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/ |
D | csky,gx6605s-timer.txt | 19 Definition: must be "csky,gx6605s-timer" 37 compatible = "csky,gx6605s-timer";
|
D | csky,mptimer.txt | 24 Definition: must be "csky,mptimer" 38 compatible = "csky,mptimer";
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-csky-apb-intc.c | 71 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);
|
D | irq-csky-mpintc.c | 143 * 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);
|
D | Kconfig | 433 depends on CSKY 442 depends on CSKY
|
/Linux-v5.4/arch/csky/kernel/ |
D | ftrace.c | 20 * 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()
|
D | vmlinux.lds.S | 6 OUTPUT_ARCH(csky)
|
/Linux-v5.4/arch/csky/include/asm/ |
D | elf.h | 13 /* CSKY Relocations */ 36 * In gdb/bfd elf32-csky.c, csky_elf_grok_prstatus() use fixed size of
|
/Linux-v5.4/arch/csky/configs/ |
D | defconfig | 2 CONFIG_DEFAULT_HOSTNAME="csky"
|
/Linux-v5.4/Documentation/features/debug/KASAN/ |
D | arch-support.txt | 14 | csky: | TODO |
|
/Linux-v5.4/Documentation/features/debug/kprobes/ |
D | arch-support.txt | 14 | csky: | TODO |
|
/Linux-v5.4/Documentation/features/locking/cmpxchg-local/ |
D | arch-support.txt | 14 | csky: | TODO |
|
/Linux-v5.4/Documentation/features/locking/lockdep/ |
D | arch-support.txt | 14 | csky: | TODO |
|
/Linux-v5.4/Documentation/features/locking/queued-rwlocks/ |
D | arch-support.txt | 14 | csky: | ok |
|
/Linux-v5.4/Documentation/features/locking/queued-spinlocks/ |
D | arch-support.txt | 14 | csky: | TODO |
|
/Linux-v5.4/Documentation/features/perf/kprobes-event/ |
D | arch-support.txt | 14 | csky: | TODO |
|
/Linux-v5.4/Documentation/features/perf/perf-regs/ |
D | arch-support.txt | 14 | csky: | TODO |
|
/Linux-v5.4/Documentation/features/seccomp/seccomp-filter/ |
D | arch-support.txt | 14 | csky: | TODO |
|
123