Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c134 struct trx_header main_trx_hdr, *ucode_trx_hdr; in proc_ucode_download() local
168 if ((ucode_trx_hdr = malloc(sizeof(struct trx_header))) in proc_ucode_download()
176 status = fread(ucode_trx_hdr, sizeof(uint8), in proc_ucode_download()
185 (unsigned char *)ucode_trx_hdr)) <= 0) { in proc_ucode_download()
196 ucode_len = ucode_trx_hdr->offsets[0]; in proc_ucode_download()
198 ROUNDUP(ucode_trx_hdr->offsets[0], 4); in proc_ucode_download()
199 initvals_len = ucode_trx_hdr->offsets[1]; in proc_ucode_download()
201 free(ucode_trx_hdr); in proc_ucode_download()