Searched refs:num_patches (Results 1 – 4 of 4) sorted by relevance
80 u16 patch_length, num_patches; in rtl8723b_parse_firmware() local154 num_patches = le16_to_cpu(epatch_info->num_patches); in rtl8723b_parse_firmware()156 le32_to_cpu(epatch_info->fw_version), num_patches); in rtl8723b_parse_firmware()164 min_size += 8 * num_patches; in rtl8723b_parse_firmware()169 patch_length_base = chip_id_base + (sizeof(u16) * num_patches); in rtl8723b_parse_firmware()170 patch_offset_base = patch_length_base + (sizeof(u16) * num_patches); in rtl8723b_parse_firmware()171 for (i = 0; i < num_patches; i++) { in rtl8723b_parse_firmware()
38 __le16 num_patches; member
6964 u_int num_patches; in ahc_check_patch() local6966 num_patches = ARRAY_SIZE(patches); in ahc_check_patch()6967 last_patch = &patches[num_patches]; in ahc_check_patch()
9517 u_int num_patches; in ahd_check_patch() local9519 num_patches = ARRAY_SIZE(patches); in ahd_check_patch()9520 last_patch = &patches[num_patches]; in ahd_check_patch()