Home
last modified time | relevance | path

Searched refs:fw_fixed_hdr (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c387 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
[all …]