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

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 69 uint32_t rom_version = 0; variable
357 static void get_ps_file_name(uint32_t devtype, uint32_t rom_version,char *path)
366 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, filename);
373 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
376 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
380 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, PATCH_FILE);
708 static void write_bdaddr_from_file(int rom_version, int fd)
715 FW_PATH, rom_version, BDADDR_FILE);
802 static int read_ath3k_version(int pConfig, uint32_t *rom_version,
827 *rom_version = status
968 uint32_t rom_version = 0; local
    [all...]
hw_rome.c 514 rampatch_patch_info.patch_ver.rom_version |=
545 ALOGI("ROM_VERSION\t : 0x%x", rampatch_patch_info.patch_ver.rom_version);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 69 uint32_t rom_version = 0; variable
357 static void get_ps_file_name(uint32_t devtype, uint32_t rom_version,char *path)
366 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, filename);
373 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
376 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
380 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, PATCH_FILE);
708 static void write_bdaddr_from_file(int rom_version, int fd)
715 FW_PATH, rom_version, BDADDR_FILE);
802 static int read_ath3k_version(int pConfig, uint32_t *rom_version,
827 *rom_version = status
968 uint32_t rom_version = 0; local
    [all...]
hw_rome.c 496 rampatch_patch_info.patch_ver.rom_version |=
527 ALOGI("ROM_VERSION\t : 0x%x", rampatch_patch_info.patch_ver.rom_version);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 70 uint32_t rom_version = 0; variable
360 static void get_ps_file_name(uint32_t devtype, uint32_t rom_version,char *path)
369 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, filename);
376 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version,
379 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE
383 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, PATCH_FILE);
711 static void write_bdaddr_from_file(int rom_version, int fd)
718 FW_PATH, rom_version, BDADDR_FILE);
805 static int read_ath3k_version(int pConfig, uint32_t *rom_version,
830 *rom_version = status
973 uint32_t rom_version = 0; local
    [all...]
hw_rome.c 544 rampatch_patch_info.patch_ver.rom_version |=
575 ALOGI("ROM_VERSION\t : 0x%x", rampatch_patch_info.patch_ver.rom_version);
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 190 unsigned short rom_version; member in struct:__anon32502
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 191 unsigned short rom_version; member in struct:__anon32525
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_rome.h 192 unsigned short rom_version; member in struct:__anon32547
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_ext.c 56 uint16_t rom_version; variable
361 rom_version = p_ntf[len-2];
phNxpNciHal.c 58 extern uint16_t rom_version;
694 if(!strcmp (COMPILATION_MW, "PN551") && (rom_version == 0x10) && (fw_maj_ver == 0x05))
698 else if (!strcmp (COMPILATION_MW, "PN548C2") && (rom_version == 0x10) && (fw_maj_ver == 0x01))
702 else if (!strcmp (COMPILATION_MW, "PN547C2") && (rom_version == 0x08) && (fw_maj_ver == 0x01))
    [all...]

Completed in 681 milliseconds