| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A 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";
|
| H A D | csky,mpintc.txt | 30 Definition: must be "csky,mpintc" 43 compatible = "csky,mpintc";
|
| /OK3568_Linux_fs/kernel/arch/csky/ |
| H A 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
|
| H A D | Kconfig | 2 config CSKY config 173 bool "CSKY CPU ck610" 179 bool "CSKY CPU ck810" 184 bool "CSKY CPU ck807" 188 bool "CSKY CPU ck860" 310 source "arch/csky/Kconfig.platforms"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/csky/ |
| H A D | cpus.txt | 50 Definition: must contain "csky", eg: 51 "csky,610" 52 "csky,807" 53 "csky,810" 54 "csky,860"
|
| H A D | pmu.txt | 19 Definition: must be "csky,csky-pmu" 34 compatible = "csky,csky-pmu";
|
| /OK3568_Linux_fs/buildroot/arch/ |
| H A D | Config.in.csky | 40 default "csky" 43 default "csky" 49 default "CSKY"
|
| H A D | Config.in | 79 bool "csky" 84 csky is processor IP from china. 439 source "arch/Config.in.csky"
|
| /OK3568_Linux_fs/buildroot/board/csky/ |
| H A D | readme.txt | 7 Just like arm and mips in linux/arch, it named as 'csky'. 87 $ ../host/bin/csky-linux-gdb -x ../../board/csky/gx6605s/gdbinit vmlinux
|
| /OK3568_Linux_fs/buildroot/configs/ |
| H A D | csky_gx6605s_defconfig | 17 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/csky/linux-ck610.config.fragment" 19 BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/csky/gx6605s/gx6605s.dts"
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A 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);
|
| H A 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);
|
| H A D | Makefile | 99 obj-$(CONFIG_CSKY_MPINTC) += irq-csky-mpintc.o 100 obj-$(CONFIG_CSKY_APB_INTC) += irq-csky-apb-intc.o
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A 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);
|
| H A D | Kconfig | 680 depends on CSKY 685 csky,mptimer is not only used in SMP system, it also could be used in 690 depends on CSKY
|
| /OK3568_Linux_fs/buildroot/board/csky/gx6605s/ |
| H A D | gx6605s.dts | 7 compatible = "csky,gx6605s"; 30 compatible = "csky,gx6605s-intc"; 37 compatible = "csky,gx6605s-timer";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | csky,gx6605s-timer.txt | 19 Definition: must be "csky,gx6605s-timer" 37 compatible = "csky,gx6605s-timer";
|
| H A D | csky,mptimer.txt | 24 Definition: must be "csky,mptimer" 38 compatible = "csky,mptimer";
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | ftrace.c | 21 * Gcc-csky with -pg will insert stub in function prologue: 166 * For csky-gcc function has sub-call: in prepare_ftrace_return() 175 * For csky-gcc function has no sub-call: in prepare_ftrace_return()
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | elf.h | 13 /* CSKY Relocations */ 36 * In gdb/bfd elf32-csky.c, csky_elf_grok_prstatus() use fixed size of
|
| H A D | seccomp.h | 9 #define SECCOMP_ARCH_NATIVE_NAME "csky"
|
| H A D | pci.h | 23 /* no legacy IRQ on csky */ in pci_get_legacy_ide_irq()
|
| /OK3568_Linux_fs/kernel/arch/csky/configs/ |
| H A D | defconfig | 2 CONFIG_DEFAULT_HOSTNAME="csky"
|
| /OK3568_Linux_fs/kernel/Documentation/features/debug/kcov/ |
| H A D | arch-support.txt | 14 | csky: | TODO |
|
| /OK3568_Linux_fs/kernel/Documentation/features/time/clockevents/ |
| H A D | arch-support.txt | 14 | csky: | ok |
|