/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | arcxcnn_bl.txt | 4 - compatible: should be "arc,arc2c0608" 14 - arc,led-config-0: setting for register ILED_CONFIG_0 15 - arc,led-config-1: setting for register ILED_CONFIG_1 16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used) 17 - arc,comp-config: setting for register CONFIG_COMP 18 - arc,filter-config: setting for register FILTER_CONFIG 19 - arc,trim-config: setting for register IMAXTUNE 26 compatible = "arc,arc2c0608";
|
/openbmc/linux/arch/arc/ |
H A D | Makefile | 9 CROSS_COMPILE := $(call cc-cross-prefix, arc-linux- arceb-linux-) 37 LINUXINCLUDE += -include $(srctree)/arch/arc/include/asm/current.h 86 core-y += arch/arc/boot/dts/ 88 core-y += arch/arc/plat-sim/ 89 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/ 90 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/ 91 core-$(CONFIG_ARC_SOC_HSDK) += arch/arc/plat-hsdk/ 93 libs-y += arch/arc/lib/ $(LIBGCC) 95 boot := arch/arc/boot
|
/openbmc/qemu/hw/rtc/ |
H A D | allwinner-rtc.c | 336 AwRtcClass *arc = AW_RTC_CLASS(klass); in allwinner_rtc_sun4i_class_init() local 338 arc->regmap = allwinner_rtc_sun4i_regmap; in allwinner_rtc_sun4i_class_init() 339 arc->regmap_size = sizeof(allwinner_rtc_sun4i_regmap); in allwinner_rtc_sun4i_class_init() 340 arc->read = allwinner_rtc_sun4i_read; in allwinner_rtc_sun4i_class_init() 341 arc->write = allwinner_rtc_sun4i_write; in allwinner_rtc_sun4i_class_init() 352 AwRtcClass *arc = AW_RTC_CLASS(klass); in allwinner_rtc_sun6i_class_init() local 354 arc->regmap = allwinner_rtc_sun6i_regmap; in allwinner_rtc_sun6i_class_init() 355 arc->regmap_size = sizeof(allwinner_rtc_sun6i_regmap); in allwinner_rtc_sun6i_class_init() 356 arc->read = allwinner_rtc_sun6i_read; in allwinner_rtc_sun6i_class_init() 357 arc->write = allwinner_rtc_sun6i_write; in allwinner_rtc_sun6i_class_init() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rust-oe-selftest.patch | 187 let arc = Arc::new(Mutex::new(1)); 188 assert!(!arc.is_poisoned()); 195 let arc = Arc::new(Mutex::new(1)); 196 let arc2 = arc.clone(); 207 let arc = Arc::new(RwLock::new(1)); 208 let arc2 = arc.clone(); 215 let arc = Arc::new(RwLock::new(1)); 216 assert!(!arc.is_poisoned()); 223 let arc = Arc::new(RwLock::new(1)); 224 let arc2 = arc.clone(); [all …]
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
H A D | lttng-platforms.inc | 5 LTTNGMODULES:arc = "" 9 COMPATIBLE_HOST:arc:pn-lttng-modules = "null" 14 LTTNGUST:arc = "" 16 COMPATIBLE_HOST:arc:pn-lttng-ust = "null"
|
/openbmc/u-boot/doc/device-tree-bindings/timer/ |
H A D | arc_timer.txt | 5 - compatible : should be "snps,arc-timer". 12 compatible = "snps,arc-timer"; 18 compatible = "snps,arc-timer";
|
/openbmc/linux/arch/arc/boot/dts/ |
H A D | skeleton.dtsi | 12 compatible = "snps,arc"; 32 compatible = "snps,arc-timer"; 40 compatible = "snps,arc-timer";
|
H A D | skeleton_hs.dtsi | 7 compatible = "snps,arc"; 27 compatible = "snps,arc-timer"; 41 compatible = "snps,arc-timer";
|
H A D | skeleton_hs_idu.dtsi | 7 compatible = "snps,arc"; 45 compatible = "snps,arc-timer";
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | snps,arc-timer.txt | 10 - compatible : should be "snps,arc-timer" 18 compatible = "snps,arc-timer"; 25 compatible = "snps,arc-timer";
|
/openbmc/u-boot/arch/arc/ |
H A D | Makefile | 3 libs-y += arch/arc/cpu/$(CPU)/ 4 libs-y += arch/arc/lib/
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | Makefile | 8 obj-$(CONFIG_ARCNET_RAW) += arc-rawmode.o 12 obj-$(CONFIG_ARCNET_RIM_I) += arc-rimi.o
|
/openbmc/linux/rust/kernel/ |
H A D | sync.rs | 10 mod arc; module 15 pub use arc::{Arc, ArcBorrow, UniqueArc};
|
/openbmc/u-boot/arch/arc/cpu/ |
H A D | u-boot.lds | 9 OUTPUT_ARCH(arc) 26 arch/arc/lib/start.o (.text*)
|
/openbmc/u-boot/board/synopsys/axs10x/ |
H A D | config.mk | 9 --arc-id 0x53 \ 16 --arc-id 0x434 \
|
/openbmc/linux/Documentation/arch/arc/ |
H A D | arc.rst | 16 - `<https://github.com/foss-for-synopsys-dwc-arc-processors>`_ - 69 `<https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases>`_ 77 is added in your ``PATH`` environment variable. Then set ``ARCH=arc`` & 78 ``CROSS_COMPILE=arc-linux`` (or whatever matches installed ARC toolchain prefix) 84 type ``make uImage`` and ``uImage`` will be produced in ``arch/arc/boot``
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | arc-uart.txt | 4 - compatible : "snps,arc-uart" 13 compatible = "snps,arc-uart";
|
/openbmc/u-boot/board/synopsys/iot_devkit/ |
H A D | u-boot.lds | 15 OUTPUT_ARCH(arc) 31 arch/arc/lib/start.o (.text*)
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | snps,pll-clock.txt | 9 "snps,axs10x-arc-pll-clock" 24 compatible = "snps,axs10x-arc-pll-clock";
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-core-tools-profile.bb | 36 LTTNGTOOLS:arc = "" 48 VALGRIND:arc = ""
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0003-64-bit-multilib-hack.patch | 22 Do same for riscv64, aarch64 & arc 33 gcc/config/arc/t-multilib-linux | 4 ++-- 57 diff --git a/gcc/config/arc/t-multilib-linux b/gcc/config/arc/t-multilib-linux 59 --- a/gcc/config/arc/t-multilib-linux 60 +++ b/gcc/config/arc/t-multilib-linux
|
/openbmc/linux/arch/mips/fw/arc/ |
H A D | memory.c | 68 : arc_mtypes[a.arc] 97 switch (type.arc) { in memtype_classify_arc()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/ |
H A D | 0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch | 22 -ifneq ($(ARCH),$(filter $(ARCH),x86 mips ppc arm sparc arc)) 23 +ifneq ($(ARCH),$(filter $(ARCH),x86 mips ppc arm sparc arc riscv))
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
H A D | linux-yocto.inc | 30 DEPENDS:append:arc = " libgcc" 31 KERNEL_CC:append:arc = " ${TOOLCHAIN_OPTIONS}" 32 KERNEL_LD:append:arc = " ${TOOLCHAIN_OPTIONS}"
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | arc_emac.txt | 4 - compatible: Should be "snps,arc-emac" 29 compatible = "snps,arc-emac";
|