HomeSort by relevance Sort by last modified time
    Searched defs:soc (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_bl1_setup.c 32 unsigned int soc; local
35 soc = uniphier_get_soc_id();
36 if (soc == UNIPHIER_SOC_UNKNOWN) {
37 ERROR("unsupported SoC\n");
41 ret = uniphier_io_setup(soc);
uniphier_bl2_setup.c 37 unsigned int soc; local
45 soc = uniphier_get_soc_id();
46 if (soc == UNIPHIER_SOC_UNKNOWN) {
47 ERROR("unsupported SoC\n");
51 ret = uniphier_io_setup(soc);
57 switch (uniphier_get_boot_master(soc)) {
59 INFO("Booting from this SoC\n");
uniphier_bl31_setup.c 56 unsigned int soc; local
58 soc = uniphier_get_soc_id();
59 if (soc == UNIPHIER_SOC_UNKNOWN) {
60 ERROR("unsupported SoC\n");
64 uniphier_cci_init(soc);
68 uniphier_gic_driver_init(soc);
  /external/u-boot/include/
fsl_errata.h 15 #include <asm/arch/soc.h>
40 u32 soc = SVR_SOC_VER(svr); local
42 switch (soc) {
64 u32 soc = SVR_SOC_VER(svr); local
67 switch (soc) {
stm32_rcc.h 55 enum soc_family soc; member in struct:stm32_rcc_clk
fsl_qe.h 242 u16 model; /* The SOC model */
243 u8 major; /* The SOC revision major */
244 u8 minor; /* The SOC revision minor */
245 } __attribute__ ((packed)) soc; member in struct:qe_firmware
  /external/u-boot/arch/mips/include/asm/
global_data.h 19 unsigned long soc; member in struct:arch_global_data
  /external/u-boot/arch/mips/mach-ath79/
cpu.c 14 const enum ath79_soc_type soc; member in struct:ath79_soc_desc
51 enum ath79_soc_type soc = ATH79_SOC_UNKNOWN; local
91 soc = desc[i].soc;
97 gd->arch.soc = soc;
105 enum ath79_soc_type soc = ATH79_SOC_UNKNOWN; local
111 if (desc[i].soc == gd->arch.soc) {
113 soc = desc[i].soc
    [all...]
  /external/u-boot/drivers/usb/common/
fsl-errata.c 21 u32 soc = SVR_SOC_VER(svr); local
23 switch (soc) {
50 u32 soc = SVR_SOC_VER(svr); local
52 switch (soc) {
83 u32 soc = SVR_SOC_VER(svr); local
85 switch (soc) {
111 u32 soc = SVR_SOC_VER(svr); local
113 switch (soc) {
137 u32 soc = SVR_SOC_VER(svr); local
139 switch (soc) {
156 u32 soc = SVR_SOC_VER(svr); local
183 u32 soc = SVR_SOC_VER(svr); local
198 u32 soc = SVR_SOC_VER(svr); local
    [all...]
  /external/u-boot/include/linux/
mbus.h 42 const struct mvebu_mbus_soc_data *soc; member in struct:mvebu_mbus_state
  /external/u-boot/board/toradex/common/
tdx-cfg-block.c 266 char *soc; local
278 soc = env_get("soc");
279 if (!strcmp("mx6", soc)) {
303 } else if (!strcmp("imx7d", soc)) {
305 } else if (!strcmp("imx7s", soc)) {
307 } else if (!strcmp("tegra20", soc)) {
324 } else if (!strcmp("tegra30", soc)) {
340 } else if (!strcmp("tegra124", soc)) {
342 } else if (!strcmp("vf500", soc)) {
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
EmergencyCallWifiTest.java 87 try (Socket soc = new Socket()) {
88 soc.connect(new InetSocketAddress(addr, openPort), timeOutMillis);
  /external/u-boot/arch/arm/cpu/armv7/vf610/
generic.c 327 char soc[6]; local
329 strcpy(soc, "vf");
330 strcat(soc, soc_type);
331 env_set("soc", soc);
  /external/u-boot/drivers/pci/
pci_tegra.c 226 const struct tegra_pcie_soc *soc; member in struct:tegra_pcie
608 const struct tegra_pcie_soc *soc = pcie->soc; local
636 if (soc->has_cml_clk) {
655 const struct tegra_pcie_soc *soc = pcie->soc; local
660 value = pads_readl(pcie, soc->pads_pll_ctl);
670 const struct tegra_pcie_soc *soc = pcie->soc; local
686 value = pads_readl(pcie, soc->pads_pll_ctl)
726 const struct tegra_pcie_soc *soc = pcie->soc; local
922 const struct tegra_pcie_soc *soc = pcie->soc; local
    [all...]

Completed in 345 milliseconds