Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dtas2781_spi_fwlib.c373 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781_BASIC_MIN) { in map_dev_idx()
376 } else if (fw_fixed_hdr->ppcver >= PPC3_VERSION_BASE) { in map_dev_idx()
1664 fw_fixed_hdr->fwsize = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1666 if (fw_fixed_hdr->fwsize != fmw->size) { in fw_parse_header()
1668 (unsigned long)fmw->size, fw_fixed_hdr->fwsize); in fw_parse_header()
1673 fw_fixed_hdr->ppcver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1675 fw_fixed_hdr->drv_ver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1686 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr; in tasdevice_dspfw_ready() local
1706 fw_fixed_hdr = &tas_fmw->fw_hdr.fixed_hdr; in tasdevice_dspfw_ready()
1708 switch (fw_fixed_hdr->drv_ver) { in tasdevice_dspfw_ready()
[all …]
/linux-6.15/sound/soc/codecs/
H A Dtas2781-fmwlib.c393 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781_BASIC_MIN) { in map_dev_idx()
396 } else if (fw_fixed_hdr->ppcver >= PPC3_VERSION_BASE) { in map_dev_idx()
1912 fw_fixed_hdr->fwsize = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1914 if (fw_fixed_hdr->fwsize != fmw->size) { in fw_parse_header()
1916 (unsigned long)fmw->size, fw_fixed_hdr->fwsize); in fw_parse_header()
1921 fw_fixed_hdr->ppcver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
1923 fw_fixed_hdr->drv_ver = get_unaligned_be32(&buf[offset]); in fw_parse_header()
2088 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr; in tasdevice_dspfw_ready() local
2110 fw_fixed_hdr = &(tas_fmw->fw_hdr.fixed_hdr); in tasdevice_dspfw_ready()
2112 switch (fw_fixed_hdr->drv_ver) { in tasdevice_dspfw_ready()
[all …]