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

  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 197 unsigned short patch_length; member in struct:__anon25094
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 460 rampatch_patch_info.patch_length |=
476 ALOGI("PATCH_LENGTH\t : 0x%x", rampatch_patch_info.patch_length);
521 no_of_patch_segment = (rampatch_patch_info.patch_length /
567 size = (rampatch_patch_info.patch_length < MAX_DATA_PER_SEGMENT) ?
568 rampatch_patch_info.patch_length :
569 (rampatch_patch_info.patch_length % MAX_DATA_PER_SEGMENT);
652 size = rampatch_patch_info.patch_length;
    [all...]

Completed in 42 milliseconds