Lines Matching refs:fw_hdr
171 if (tas_priv->rcabin.fw_hdr.binary_version_num >= 0x105) { in tasdevice_add_config()
271 struct tasdevice_rca_hdr *fw_hdr; in tasdevice_rca_parser() local
280 fw_hdr = &(rca->fw_hdr); in tasdevice_rca_parser()
290 fw_hdr->img_sz = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser()
292 if (fw_hdr->img_sz != fmw->size) { in tasdevice_rca_parser()
295 fw_hdr->img_sz); in tasdevice_rca_parser()
301 fw_hdr->checksum = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser()
303 fw_hdr->binary_version_num = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser()
304 if (fw_hdr->binary_version_num < 0x103) { in tasdevice_rca_parser()
306 fw_hdr->binary_version_num); in tasdevice_rca_parser()
312 fw_hdr->drv_fw_version = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser()
314 fw_hdr->plat_type = buf[offset]; in tasdevice_rca_parser()
316 fw_hdr->dev_family = buf[offset]; in tasdevice_rca_parser()
318 fw_hdr->reserve = buf[offset]; in tasdevice_rca_parser()
320 fw_hdr->ndev = buf[offset]; in tasdevice_rca_parser()
322 if (fw_hdr->ndev != tas_priv->ndev) { in tasdevice_rca_parser()
325 fw_hdr->ndev, tas_priv->ndev); in tasdevice_rca_parser()
330 if (offset + TASDEVICE_DEVICE_SUM > fw_hdr->img_sz) { in tasdevice_rca_parser()
338 fw_hdr->devs[i] = buf[offset]; in tasdevice_rca_parser()
340 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser()
344 fw_hdr->config_size[i] = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser()
346 total_config_sz += fw_hdr->config_size[i]; in tasdevice_rca_parser()
349 if (fw_hdr->img_sz - total_config_sz != (unsigned int)offset) { in tasdevice_rca_parser()
356 cfg_info = kcalloc(fw_hdr->nconfig, sizeof(*cfg_info), GFP_KERNEL); in tasdevice_rca_parser()
364 for (i = 0; i < (int)fw_hdr->nconfig; i++) { in tasdevice_rca_parser()
367 fw_hdr->config_size[i], &ret); in tasdevice_rca_parser()
372 offset += (int)fw_hdr->config_size[i]; in tasdevice_rca_parser()
386 struct tasdevice_dspfw_hdr *fw_hdr = &(tas_fmw->fw_hdr); in map_dev_idx() local
387 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in map_dev_idx()
567 struct tasdevice_dspfw_hdr *fw_hdr = &(tas_fmw->fw_hdr); in fw_parse_variable_header_kernel() local
579 fw_hdr->device_family = get_unaligned_be16(&buf[offset]); in fw_parse_variable_header_kernel()
580 if (fw_hdr->device_family != 0) { in fw_parse_variable_header_kernel()
586 fw_hdr->device = get_unaligned_be16(&buf[offset]); in fw_parse_variable_header_kernel()
587 if (fw_hdr->device >= TASDEVICE_DSP_TAS_MAX_DEVICE || in fw_parse_variable_header_kernel()
588 fw_hdr->device == 6) { in fw_parse_variable_header_kernel()
589 dev_err(tas_priv->dev, "Unsupported dev %d\n", fw_hdr->device); in fw_parse_variable_header_kernel()
594 fw_hdr->ndev = deviceNumber[fw_hdr->device]; in fw_parse_variable_header_kernel()
596 if (fw_hdr->ndev != tas_priv->ndev) { in fw_parse_variable_header_kernel()
599 __func__, fw_hdr->ndev, tas_priv->ndev); in fw_parse_variable_header_kernel()
637 max_confs = (fw_hdr->ndev >= 4) ? in fw_parse_variable_header_kernel()
895 *tas_priv, struct tasdevice_dspfw_hdr *fw_hdr, in fw_parse_variable_hdr() argument
911 fw_hdr->device_family = get_unaligned_be32(&buf[offset]); in fw_parse_variable_hdr()
912 if (fw_hdr->device_family != 0) { in fw_parse_variable_hdr()
919 fw_hdr->device = get_unaligned_be32(&buf[offset]); in fw_parse_variable_hdr()
920 if (fw_hdr->device >= TASDEVICE_DSP_TAS_MAX_DEVICE || in fw_parse_variable_hdr()
921 fw_hdr->device == 6) { in fw_parse_variable_hdr()
922 dev_err(tas_priv->dev, "Unsupported dev %d\n", fw_hdr->device); in fw_parse_variable_hdr()
927 fw_hdr->ndev = deviceNumber[fw_hdr->device]; in fw_parse_variable_hdr()
937 struct tasdevice_dspfw_hdr *fw_hdr = &(tas_fmw->fw_hdr); in fw_parse_variable_header_git() local
939 offset = fw_parse_variable_hdr(tas_priv, fw_hdr, fmw, offset); in fw_parse_variable_header_git()
942 if (fw_hdr->ndev != tas_priv->ndev) { in fw_parse_variable_header_git()
945 __func__, fw_hdr->ndev, tas_priv->ndev); in fw_parse_variable_header_git()
967 if (tas_fmw->fw_hdr.fixed_hdr.drv_ver >= PPC_DRIVER_CRCCHK) { in fw_parse_block_data()
1756 struct tasdevice_dspfw_hdr *fw_hdr = &(tas_fmw->fw_hdr); in fw_parse_header() local
1757 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in fw_parse_header()
1797 struct tasdevice_dspfw_hdr *fw_hdr = &(tas_fmw->fw_hdr); in fw_parse_variable_hdr_cal() local
1799 offset = fw_parse_variable_hdr(tas_priv, fw_hdr, fmw, offset); in fw_parse_variable_hdr_cal()
1802 if (fw_hdr->ndev != 1) { in fw_parse_variable_hdr_cal()
1805 __func__, fw_hdr->ndev); in fw_parse_variable_hdr_cal()
1977 fw_fixed_hdr = &(tas_fmw->fw_hdr.fixed_hdr); in tasdevice_dspfw_ready()