Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.c336 uint32_t fw_index; in amdgpu_ucode_print_psp_hdr() local
405 for (fw_index = 0; fw_index < le32_to_cpu(psp_hdr_v2_0->psp_fw_bin_count); fw_index++) { in amdgpu_ucode_print_psp_hdr()
406 desc = &(psp_hdr_v2_0->psp_fw_bin[fw_index]); in amdgpu_ucode_print_psp_hdr()
Damdgpu_psp.c3176 int fw_index = 0; in psp_init_sos_microcode() local
3234 for (fw_index = 0; fw_index < le32_to_cpu(sos_hdr_v2_0->psp_fw_bin_count); fw_index++) { in psp_init_sos_microcode()
3236 &sos_hdr_v2_0->psp_fw_bin[fw_index], in psp_init_sos_microcode()
/linux-6.6.21/sound/pci/echoaudio/
Dechoaudio.c32 struct echoaudio *chip, const short fw_index) in get_firmware() argument
38 if (chip->fw_cache[fw_index]) { in get_firmware()
41 card_fw[fw_index].data); in get_firmware()
42 *fw_entry = chip->fw_cache[fw_index]; in get_firmware()
48 "firmware requested: %s\n", card_fw[fw_index].data); in get_firmware()
49 snprintf(name, sizeof(name), "ea/%s", card_fw[fw_index].data); in get_firmware()
56 chip->fw_cache[fw_index] = *fw_entry; in get_firmware()
Dechoaudio.h443 struct echoaudio *chip, const short fw_index);
/linux-6.6.21/drivers/scsi/
Dqla1280.c500 int fw_index; /* index into qla1280_fw_tbl for firmware */ member
538 {.name = "QLA12160", .numPorts = 2, .fw_index = 2},
539 {.name = "QLA1040" , .numPorts = 1, .fw_index = 0},
540 {.name = "QLA1080" , .numPorts = 1, .fw_index = 1},
541 {.name = "QLA1240" , .numPorts = 2, .fw_index = 1},
542 {.name = "QLA1280" , .numPorts = 2, .fw_index = 1},
543 {.name = "QLA10160", .numPorts = 1, .fw_index = 2},
544 {.name = " ", .numPorts = 0, .fw_index = -1},
1498 index = ql1280_board_tbl[ha->devnum].fw_index; in qla1280_request_firmware()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c62 int fw_index; /* firmware we're trying to load */ member
240 drv->fw_index = cfg->ucode_api_max; in iwl_request_firmware()
242 drv->fw_index--; in iwl_request_firmware()
244 if (drv->fw_index < cfg->ucode_api_min) { in iwl_request_firmware()
263 fw_name_pre, drv->fw_index); in iwl_request_firmware()
/linux-6.6.21/drivers/net/wireless/atmel/
Datmel.c3902 int fw_index = 0; in reset_atmel_card() local
3906 while (fw_table[fw_index].fw_type != priv->firmware_type in reset_atmel_card()
3907 && fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) in reset_atmel_card()
3908 fw_index++; in reset_atmel_card()
3911 if (fw_table[fw_index].fw_type != ATMEL_FW_TYPE_NONE) { in reset_atmel_card()
3914 snprintf(priv->firmware_id, 32, "%s%s.%s", fw_table[fw_index].fw_file, in reset_atmel_card()
3915 firmware_modifier[i], fw_table[fw_index].fw_file_ext); in reset_atmel_card()