HomeSort by relevance Sort by last modified time
    Searched refs:exynos (Results 1 - 18 of 18) sorted by null

  /external/u-boot/drivers/pinctrl/exynos/
Makefile 6 obj-$(CONFIG_PINCTRL_EXYNOS) += pinctrl-exynos.o
  /external/u-boot/include/
samsung-usb-phy-uboot.h 12 #include <asm/arch/xhci-exynos.h>
  /external/u-boot/drivers/adc/
Makefile 9 obj-$(CONFIG_ADC_EXYNOS) += exynos-adc.o
  /external/u-boot/drivers/usb/host/
xhci-exynos5.c 24 #include <asm/arch/xhci-exynos.h>
181 static int exynos_xhci_core_init(struct exynos_xhci *exynos)
185 exynos5_usb3_phy_init(exynos->usb3_phy);
187 ret = dwc3_core_init(exynos->dwc3_reg);
194 dwc3_set_mode(exynos->dwc3_reg, DWC3_GCTL_PRTCAP_HOST);
199 static void exynos_xhci_core_exit(struct exynos_xhci *exynos)
201 exynos5_usb3_phy_exit(exynos->usb3_phy);
Makefile 29 obj-$(CONFIG_USB_EHCI_EXYNOS) += ehci-exynos.o
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/AArch64/Exynos/
scheduler-queue-usage.s 2 # RUN: llvm-mca -march=aarch64 -mcpu=exynos-m3 -iterations=1 -scheduler-stats -resource-pressure=false -instruction-info=false < %s | FileCheck %s -check-prefixes=ALL,M3
3 # RUN: llvm-mca -march=aarch64 -mcpu=exynos-m1 -iterations=1 -scheduler-stats -resource-pressure=false -instruction-info=false < %s | FileCheck %s -check-prefixes=ALL,M1
direct-branch.s 2 # RUN: llvm-mca -march=aarch64 -mcpu=exynos-m3 -iterations=300 -timeline -timeline-max-iterations=3 -resource-pressure=false < %s | FileCheck %s -check-prefix=ALL -check-prefix=M3
3 # RUN: llvm-mca -march=aarch64 -mcpu=exynos-m1 -iterations=300 -timeline -timeline-max-iterations=3 -resource-pressure=false < %s | FileCheck %s -check-prefix=ALL -check-prefix=M1
  /build/soong/cc/config/
arm64_device.go 75 "exynos-m1": []string{
76 "-mcpu=exynos-m1",
78 "exynos-m2": []string{
79 "-mcpu=exynos-m2",
116 strings.Join(arm64ClangCpuVariantCflags["exynos-m1"], " "))
119 strings.Join(arm64ClangCpuVariantCflags["exynos-m2"], " "))
138 "exynos-m1": "${config.Arm64ClangExynosM1Cflags}",
139 "exynos-m2": "${config.Arm64ClangExynosM2Cflags}",
214 case "cortex-a53", "cortex-a72", "cortex-a73", "kryo", "exynos-m1", "exynos-m2"
    [all...]
arm_device.go 242 "exynos-m1": "${config.ArmClangCortexA53Cflags}",
243 "exynos-m2": "${config.ArmClangCortexA53Cflags}",
  /external/u-boot/drivers/usb/dwc3/
samsung_usb_phy.c 12 #include <asm/arch/xhci-exynos.h>
  /build/make/core/combo/
TARGET_linux-arm.mk 34 KNOWN_ARMv8_CORES += kryo kryo385 exynos-m1 exynos-m2
  /external/u-boot/drivers/pinctrl/
Makefile 17 obj-$(CONFIG_PINCTRL_EXYNOS) += exynos/
  /external/u-boot/drivers/power/
Makefile 11 obj-$(CONFIG_EXYNOS_TMU) += exynos-tmu.o
  /external/u-boot/drivers/clk/
Makefile 18 obj-$(CONFIG_CLK_EXYNOS) += exynos/
  /external/u-boot/arch/arm/cpu/armv7/
Makefile 31 ifneq (,$(filter s5pc1xx exynos,$(SOC)))
  /external/u-boot/drivers/video/
Makefile 55 obj-${CONFIG_EXYNOS_FB} += exynos/
  /external/u-boot/arch/arm/
Makefile 58 machine-$(CONFIG_ARCH_EXYNOS) += exynos
  /build/soong/android/
arch.go 128 "exynos-m1",
129 "exynos-m2",
142 "exynos-m1",
143 "exynos-m2",
    [all...]

Completed in 258 milliseconds