Lines Matching refs:fw_fixed_hdr
387 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in map_dev_idx() local
392 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781) { in map_dev_idx()
395 } else if (fw_fixed_hdr->ppcver >= PPC3_VERSION) { in map_dev_idx()
1757 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in fw_parse_header() local
1776 fw_fixed_hdr->fwsize = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1778 if (fw_fixed_hdr->fwsize != fmw->size) { in fw_parse_header()
1780 (unsigned long)fmw->size, fw_fixed_hdr->fwsize); in fw_parse_header()
1785 fw_fixed_hdr->ppcver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1787 fw_fixed_hdr->drv_ver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1952 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr; in tasdevice_dspfw_ready() local
1977 fw_fixed_hdr = &(tas_fmw->fw_hdr.fixed_hdr); in tasdevice_dspfw_ready()
1979 switch (fw_fixed_hdr->drv_ver) { in tasdevice_dspfw_ready()
2007 fw_fixed_hdr->drv_ver, fw_fixed_hdr->ppcver); in tasdevice_dspfw_ready()