Home | History | Annotate | Download | only in src

Lines Matching refs:patch_length

513         rampatch_patch_info.patch_length |=
529 ALOGI("PATCH_LENGTH\t : 0x%x", rampatch_patch_info.patch_length);
574 no_of_patch_segment = (rampatch_patch_info.patch_length /
620 size = (rampatch_patch_info.patch_length < MAX_DATA_PER_SEGMENT) ?
621 rampatch_patch_info.patch_length :
622 (rampatch_patch_info.patch_length % MAX_DATA_PER_SEGMENT);
705 size = rampatch_patch_info.patch_length;