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

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_io_storage.c 232 static int uniphier_io_emmc_setup(unsigned int soc_id)
244 static int uniphier_io_nand_setup(unsigned int soc_id)
256 static int uniphier_io_nor_setup(unsigned int soc_id)
261 static int uniphier_io_usb_setup(unsigned int soc_id)
274 ret = uniphier_usb_init(soc_id, &block_dev_spec);
288 int uniphier_io_setup(unsigned int soc_id)
290 int (*io_setup)(unsigned int soc_id);
294 boot_dev = uniphier_get_boot_device(soc_id);
299 ret = io_setup(soc_id);
  /device/google/marlin/power/
power-helper.c 120 fd = open("/sys/devices/soc0/soc_id", O_RDONLY);
123 ALOGW("Unable to read soc_id");
125 int soc_id = atoi(buf); local
126 if (soc_id == 194 || (soc_id >= 208 && soc_id <= 218) || soc_id == 178) {
  /hardware/ril/libril/
ril.cpp 735 RIL_SOCKET_ID soc_id = RIL_SOCKET_1; local
738 soc_id = socket_id;
782 pthread_rwlock_t *radioServiceRwlockPtr = radio::getRadioServiceRwlock((int) soc_id);
789 radio::setNitzTimeReceived((int) soc_id, android::elapsedRealtime());
796 (int) soc_id, responseType, 0, RIL_E_SUCCESS, const_cast<void*>(data),
820 RLOGI("%s UNSOLICITED: %s length:%zu", rilSocketIdToString(soc_id),
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_rome.c 130 unsigned int soc_id = 0; local
177 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id =
188 fprintf(btversionfile, "Bluetooth Controller SOC Version : 0x%08x\n", soc_id);
196 chipset_ver = (buildversion << 16) |(soc_id & 0x0000ffff);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_rome.c 131 unsigned int soc_id = 0; local
178 soc_id = (unsigned int)(rsp[PATCH_SOC_VER_OFFSET +3] << 24 |
182 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id);
188 chipset_ver = (buildversion << 16) |(soc_id & 0x0000ffff);
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_rome.c 126 unsigned int soc_id = 0; local
172 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id =
182 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 124 unsigned int soc_id = 0; local
169 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id =
179 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c 139 unsigned int soc_id = 0; local
184 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id =
194 rome_ver = (rome_ver << 16) | (soc_id & 0x0000ffff);
    [all...]

Completed in 180 milliseconds