Searched refs:stripped_firmware (Results 1 – 1 of 1) sorted by relevance
286 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware_iccmax() local298 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware_iccmax()301 iccmax_stream = cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, stripped_firmware.size, in hda_dsp_cl_boot_firmware_iccmax()336 struct firmware stripped_firmware; in hda_dsp_cl_boot_firmware() local346 stripped_firmware.data = plat_data->fw->data + plat_data->fw_offset; in hda_dsp_cl_boot_firmware()347 stripped_firmware.size = plat_data->fw->size - plat_data->fw_offset; in hda_dsp_cl_boot_firmware()353 stream = cl_stream_prepare(sdev, HDA_CL_STREAM_FORMAT, stripped_firmware.size, in hda_dsp_cl_boot_firmware()360 memcpy(sdev->dmab.area, stripped_firmware.data, in hda_dsp_cl_boot_firmware()361 stripped_firmware.size); in hda_dsp_cl_boot_firmware()