Home
last modified time | relevance | path

Searched refs:number_of_patch (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Drtb_fwc.c79 uint16_t number_of_patch; member
1325 patch->number_of_patch = le16_to_cpu(patch->number_of_patch); in rtb_get_patch_entry()
1328 le32_to_cpu(patch->fw_version), patch->number_of_patch); in rtb_get_patch_entry()
1331 pl_base = ci_base + 2 * patch->number_of_patch; in rtb_get_patch_entry()
1332 so_base = pl_base + 2 * patch->number_of_patch; in rtb_get_patch_entry()
1333 for (i = 0; i < patch->number_of_patch; i++) { in rtb_get_patch_entry()
1361 if (i == patch->number_of_patch) { in rtb_get_patch_entry()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c255 RT_U16 number_of_patch; member
3169 patch->number_of_patch = le16_to_cpu(patch->number_of_patch); in rtk_get_patch_entry()
3172 le32_to_cpu(patch->fw_version), patch->number_of_patch); in rtk_get_patch_entry()
3174 for (i = 0; i < patch->number_of_patch; i++) { in rtk_get_patch_entry()
3182 2 * patch->number_of_patch + in rtk_get_patch_entry()
3186 4 * patch->number_of_patch + in rtk_get_patch_entry()
3209 if (i == patch->number_of_patch) { in rtk_get_patch_entry()