firmware_hdr
struct firmware_hdr *hdr;
hdr = (struct firmware_hdr *)wl->fw.fw_hdr[i]->data;
struct firmware_hdr *hdr;
hdr = (struct firmware_hdr *)wl->fw.fw_hdr[i]->data;
struct firmware_hdr *ucode_hdr;
} else if (fw_hdr->size % sizeof(struct firmware_hdr)) {
sizeof(struct firmware_hdr));
ucode_hdr = (struct firmware_hdr *)fw_hdr->data;
wl->fw.fw_hdr[i]->size / (sizeof(struct firmware_hdr));
struct asrc_firmware_hdr *firm = easrc_priv->firmware_hdr;
easrc_priv->firmware_hdr = (struct asrc_firmware_hdr *)data;
pnum = easrc_priv->firmware_hdr->prefil_scen;
inum = easrc_priv->firmware_hdr->interp_scen;
struct asrc_firmware_hdr *hdr = easrc_priv->firmware_hdr;
hdr = easrc_priv->firmware_hdr;
struct asrc_firmware_hdr *firmware_hdr;