Searched refs:arc (Results 1 - 40 of 40) sorted by relevance

/linux-4.1.27/arch/arc/
H A DMakefile9 UTS_MACHINE := arc
12 CROSS_COMPILE := arc-linux-uclibc-
25 LINUXINCLUDE += -include ${src}/arch/arc/include/asm/current.h
59 # arc-linux-uclibc-ld (buildroot) or arceb-elf32-ld (EZChip) don't accept
60 # --build-id w/o "-marclinux". Default arc-elf32-ld is OK
77 head-y := arch/arc/kernel/head.o
79 # See arch/arc/Kbuild for content of core part of the kernel
80 core-y += arch/arc/
83 core-y += arch/arc/boot/dts/
85 core-$(CONFIG_ARC_PLAT_FPGA_LEGACY) += arch/arc/plat-arcfpga/
86 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
88 drivers-$(CONFIG_OPROFILE) += arch/arc/oprofile/
90 libs-y += arch/arc/lib/ $(LIBGCC)
92 boot := arch/arc/boot
/linux-4.1.27/arch/arc/plat-arcfpga/
H A DMakefile9 KBUILD_CFLAGS += -Iarch/arc/plat-arcfpga/include
H A Dplatform.c24 "snps,arc-angel4",
25 "snps,arc-ml509",
/linux-4.1.27/arch/sparc/include/asm/
H A Dmdesc.h41 /* MD arc iteration, the standard sequence is:
43 * unsigned long arc;
44 * mdesc_for_each_arc(arc, handle, node, MDESC_ARC_TYPE_{FWD,BACK}) {
45 * unsigned long target = mdesc_arc_target(handle, arc);
60 u64 mdesc_arc_target(struct mdesc_handle *hp, u64 arc);
/linux-4.1.27/arch/mips/fw/arc/
H A Denv.c14 #include <asm/fw/arc/types.h>
H A Dtime.c12 #include <asm/fw/arc/types.h>
H A Darc_con.c33 .name = "arc",
H A Dmisc.c19 #include <asm/fw/arc/types.h>
H A Dtree.c13 #include <asm/fw/arc/types.h>
75 "arc", "cpu", "fpu", "picache", "pdcache", "sicache", "sdcache",
H A Dmemory.c63 : arc_mtypes[a.arc]
88 switch (type.arc) { memtype_classify_arc()
H A Dfile.c12 #include <asm/fw/arc/types.h>
/linux-4.1.27/arch/arc/boot/
H A DMakefile4 # You will need to build u-boot for ARC, rename mkimage to arc-elf32-mkimage
/linux-4.1.27/arch/arc/plat-tb10x/
H A Dtb10x.c26 "abilis,arc-tb10x",
/linux-4.1.27/arch/mips/sgi-ip22/
H A Dip22-setup.c76 add_preferred_console("arc", 0, NULL); plat_mem_setup()
/linux-4.1.27/arch/arc/include/asm/
H A Dkgdb.h37 * arc-tdep.h for details.
H A Dperf_event.h81 * Below is the static map between perf generic/arc specific event_id and
/linux-4.1.27/arch/arc/kernel/
H A Ddevtree.c33 if (of_flat_dt_is_compatible(dt_root, "abilis,arc-tb10x")) arc_set_early_base_baud()
H A Dvmlinux.lds.S14 OUTPUT_ARCH(arc)
H A Dtroubleshoot.c310 test_dir = debugfs_create_dir("arc", NULL); arc_debugfs_init()
/linux-4.1.27/drivers/net/ethernet/arc/
H A Demac_arc.c78 { .compatible = "snps,arc-emac" },
/linux-4.1.27/arch/mips/include/asm/fw/arc/
H A Dhinv.h8 #include <asm/fw/arc/types.h>
/linux-4.1.27/drivers/net/arcnet/
H A Dcapmode.c9 * Derived from arc-rawmode.c by Avery Pennarun.
10 * arc-rawmode was in turned based on skeleton.c, see below.
H A Darcnet.c347 name && *name ? name : "arc%d", NET_NAME_UNKNOWN, alloc_arcdev()
/linux-4.1.27/drivers/tty/serial/
H A Darc_uart.c11 * -Decoupled the driver from arch/arc
115 #define DRIVER_NAME "arc-uart"
345 if (request_irq(port->irq, arc_serial_isr, 0, "arc uart rx-tx", port)) { arc_serial_startup()
580 OF_EARLYCON_DECLARE(arc_uart, "snps,arc-uart", arc_early_console_setup);
646 { .compatible = "snps,arc-uart" },
/linux-4.1.27/arch/sparc/mm/
H A Dinit_64.c932 u64 arc; scan_pio_for_cfg_handle() local
934 mdesc_for_each_arc(arc, md, pio, MDESC_ARC_TYPE_FWD) { mdesc_for_each_arc()
935 u64 target = mdesc_arc_target(md, arc); mdesc_for_each_arc()
949 u64 arc, candidate, best_latency = ~(u64)0; scan_arcs_for_cfg_handle() local
952 mdesc_for_each_arc(arc, md, grp, MDESC_ARC_TYPE_FWD) { mdesc_for_each_arc()
953 u64 target = mdesc_arc_target(md, arc); mdesc_for_each_arc()
1131 u64 arc; numa_parse_mdesc_group_cpus() local
1135 mdesc_for_each_arc(arc, md, grp, MDESC_ARC_TYPE_BACK) { mdesc_for_each_arc()
1136 u64 target = mdesc_arc_target(md, arc); mdesc_for_each_arc()
1164 u64 arc, best_latency = ~(u64)0; numa_attach_mlgroup() local
1167 mdesc_for_each_arc(arc, md, grp, MDESC_ARC_TYPE_FWD) { mdesc_for_each_arc()
1168 u64 target = mdesc_arc_target(md, arc); mdesc_for_each_arc()
/linux-4.1.27/drivers/pinctrl/berlin/
H A Dberlin-bg2cd.c59 BERLIN_PINCTRL_FUNCTION(0x3, "arc"),
H A Dberlin-bg2q.c31 BERLIN_PINCTRL_FUNCTION(0x2, "arc"),
292 BERLIN_PINCTRL_FUNCTION(0x2, "arc")),
H A Dberlin-bg2.c123 BERLIN_PINCTRL_FUNCTION(0x1, "arc")),
/linux-4.1.27/drivers/input/serio/
H A Darc_ps2.c170 snprintf(io->phys, sizeof(io->phys), "arc/serio%d", index); arc_ps2_create_port()
/linux-4.1.27/arch/mips/sni/
H A Dsetup.c19 #include <asm/fw/arc/types.h>
/linux-4.1.27/arch/sparc/kernel/
H A Dmdesc.c486 u64 mdesc_arc_target(struct mdesc_handle *hp, u64 arc) mdesc_arc_target() argument
490 ep = base + arc; mdesc_arc_target()
622 u64 arc; find_back_node_value() local
628 mdesc_for_each_arc(arc, hp, node, MDESC_ARC_TYPE_BACK) { mdesc_for_each_arc()
629 u64 n = mdesc_arc_target(hp, arc); mdesc_for_each_arc()
/linux-4.1.27/arch/mips/include/asm/
H A Dsgiarcs.h16 #include <asm/fw/arc/types.h>
123 enum arc_memtypes arc; member in union:linux_memtypes
/linux-4.1.27/drivers/video/fbdev/
H A Darcfb.c227 if (!(ctl2status & KS_INTACK)) /* not arc generated interrupt */ arcfb_interrupt()
409 /* illegal to wait on arc if no irq will occur */ arcfb_ioctl()
/linux-4.1.27/drivers/crypto/
H A Dn2_core.c1742 u64 arc; spu_mdesc_walk_arcs() local
1744 mdesc_for_each_arc(arc, mdesc, node, MDESC_ARC_TYPE_BACK) { mdesc_for_each_arc()
1745 u64 tgt = mdesc_arc_target(mdesc, arc); mdesc_for_each_arc()
/linux-4.1.27/drivers/clk/berlin/
H A Dbg2.c414 .name = "arc",
/linux-4.1.27/arch/mips/
H A DMakefile217 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
/linux-4.1.27/arch/mips/include/asm/sn/
H A Dklconfig.h54 #include <asm/fw/arc/types.h>
55 #include <asm/fw/arc/hinv.h>
/linux-4.1.27/drivers/scsi/arcmsr/
H A Darcmsr.h621 /* Offset is used in making arc cdb physical to virtual calculations */
/linux-4.1.27/scripts/mod/
H A Dmodpost.c834 ".arcextmap*", /* arc */
835 ".gnu.linkonce.arcext*", /* arc : modules */
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-cards.c1490 /* Clay Kunz <ckunz@mail.arc.nasa.gov> */

Completed in 893 milliseconds