Home
last modified time | relevance | path

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

1234

/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A 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";
H A Dcsky,mpintc.txt30 Definition: must be "csky,mpintc"
43 compatible = "csky,mpintc";
/openbmc/linux/Documentation/devicetree/bindings/csky/
H A Dcpus.txt50 Definition: must contain "csky", eg:
51 "csky,610"
52 "csky,807"
53 "csky,810"
54 "csky,860"
H A Dpmu.txt19 Definition: must be "csky,csky-pmu"
34 compatible = "csky,csky-pmu";
/openbmc/linux/arch/csky/
H A DMakefile54 abidirs := $(patsubst %,arch/csky/%/,$(CSKYABI))
62 core-y += arch/csky/$(CSKYABI)/
64 libs-y += arch/csky/lib/ \
67 boot := arch/csky/boot
H A DKconfig2 config CSKY config
197 bool "CSKY CPU ck610"
203 bool "CSKY CPU ck810"
208 bool "CSKY CPU ck807"
212 bool "CSKY CPU ck860"
355 source "arch/csky/Kconfig.platforms"
/openbmc/linux/tools/perf/util/
H A Dperf_regs.c30 if (!strcmp(arch, "csky")) in perf_reg_name()
85 else if (!strcmp(arch, "csky")) in perf_arch_reg_ip()
110 else if (!strcmp(arch, "csky")) in perf_arch_reg_sp()
/openbmc/linux/drivers/clocksource/
H A 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);
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dcsky,gx6605s-timer.txt19 Definition: must be "csky,gx6605s-timer"
37 compatible = "csky,gx6605s-timer";
H A Dcsky,mptimer.txt24 Definition: must be "csky,mptimer"
38 compatible = "csky,mptimer";
/openbmc/linux/drivers/irqchip/
H A Dirq-csky-apb-intc.c71 if (of_property_read_bool(node, "csky,support-pulse-signal")) 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);
H A 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);
/openbmc/linux/arch/csky/include/asm/
H A Delf.h12 /* CSKY Relocations */
35 * In gdb/bfd elf32-csky.c, csky_elf_grok_prstatus() use fixed size of
H A Dseccomp.h9 #define SECCOMP_ARCH_NATIVE_NAME "csky"
/openbmc/linux/arch/csky/kernel/
H A Dftrace.c21 * Gcc-csky with -pg will insert stub in function prologue:
161 * For csky-gcc function has sub-call: in prepare_ftrace_return()
170 * For csky-gcc function has no sub-call: in prepare_ftrace_return()
/openbmc/linux/arch/csky/kernel/vdso/
H A Dvdso.S12 .incbin "arch/csky/kernel/vdso/vdso.so"
/openbmc/linux/arch/csky/configs/
H A Ddefconfig2 CONFIG_DEFAULT_HOSTNAME="csky"
/openbmc/linux/Documentation/features/perf/kprobes-event/
H A Darch-support.txt13 | csky: | ok |
/openbmc/linux/Documentation/features/time/clockevents/
H A Darch-support.txt13 | csky: | ok |
/openbmc/linux/Documentation/features/debug/kgdb/
H A Darch-support.txt13 | csky: | TODO |
/openbmc/linux/Documentation/features/debug/kcov/
H A Darch-support.txt13 | csky: | TODO |
/openbmc/linux/Documentation/features/debug/kretprobes/
H A Darch-support.txt13 | csky: | ok |
/openbmc/linux/Documentation/features/debug/optprobes/
H A Darch-support.txt13 | csky: | TODO |
/openbmc/linux/Documentation/features/perf/perf-regs/
H A Darch-support.txt13 | csky: | ok |
/openbmc/linux/Documentation/features/vm/PG_uncached/
H A Darch-support.txt13 | csky: | TODO |

1234