Searched refs:stripped_firmware (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-loader.c | 324 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware_iccmax() local 337 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware_iccmax() 340 iccmax_stream = hda_cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, stripped_firmware.size, in hda_dsp_cl_boot_firmware_iccmax() 392 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local 413 stripped_firmware.data = plat_data->fw->data + plat_data->fw_offset; in hda_dsp_cl_boot_firmware() 414 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware() 421 stripped_firmware.size, in hda_dsp_cl_boot_firmware() 428 memcpy(dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware() 429 stripped_firmware.size); in hda_dsp_cl_boot_firmware()
|
D | hda-loader-skl.c | 499 struct firmware stripped_firmware; in cl_copy_fw_skl() local 503 stripped_firmware.data = plat_data->fw->data + plat_data->fw_offset; in cl_copy_fw_skl() 504 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in cl_copy_fw_skl() 508 ret = cl_skl_cldma_copy_to_buf(sdev, dmab, stripped_firmware.data, in cl_copy_fw_skl() 509 stripped_firmware.size, bufsize); in cl_copy_fw_skl()
|