Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Drtb_fwc.c1314 uint8_t *ci_base; /* Chip id base */ in rtb_get_patch_entry() local
1330 ci_base = rtb_cfg.fw_buf + 14; in rtb_get_patch_entry()
1331 pl_base = ci_base + 2 * patch->number_of_patch; in rtb_get_patch_entry()
1334 uint16_t chip_id = get_unaligned_le16(ci_base + 2 * i); in rtb_get_patch_entry()