Searched refs:fw_fixed_hdr (Results 1 – 1 of 1) sorted by relevance
772 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in tasdevice_load_block_kernel() local778 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781) { in tasdevice_load_block_kernel()825 } else if (fw_fixed_hdr->ppcver >= in tasdevice_load_block_kernel()1789 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr); in fw_parse_header() local1808 fw_fixed_hdr->fwsize = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_header()1810 if (fw_fixed_hdr->fwsize != fmw->size) { in fw_parse_header()1812 (unsigned long)fmw->size, fw_fixed_hdr->fwsize); in fw_parse_header()1817 fw_fixed_hdr->ppcver = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_header()1819 fw_fixed_hdr->drv_ver = be32_to_cpup((__be32 *)&buf[offset]); in fw_parse_header()1984 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr; in tasdevice_dspfw_ready() local[all …]