Searched refs:fw_fixed_hdr (Results 1 – 1 of 1) sorted by relevance
770 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in tasdevice_load_block_kernel() local776 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781) { in tasdevice_load_block_kernel()823 } else if (fw_fixed_hdr->ppcver >= in tasdevice_load_block_kernel()1787 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in fw_parse_header() local1806 fw_fixed_hdr->fwsize = get_unaligned_be32(&buf[offset]); in fw_parse_header()1808 if (fw_fixed_hdr->fwsize != fmw->size) { in fw_parse_header()1810 (unsigned long)fmw->size, fw_fixed_hdr->fwsize); in fw_parse_header()1815 fw_fixed_hdr->ppcver = get_unaligned_be32(&buf[offset]); in fw_parse_header()1817 fw_fixed_hdr->drv_ver = get_unaligned_be32(&buf[offset]); in fw_parse_header()1982 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr; in tasdevice_dspfw_ready() local[all …]