HomeSort by relevance Sort by last modified time
    Searched defs:soc (Results 1 - 4 of 4) 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);
  /cts/tests/tests/location/src/android/location/cts/
EmergencyCallWifiTest.java 87 try (Socket soc = new Socket()) {
88 soc.connect(new InetSocketAddress(addr, openPort), timeOutMillis);

Completed in 1208 milliseconds