Searched refs:ucode_count (Results 1 – 4 of 4) sorted by relevance
152 int ucode_count = 0; in smu_v13_0_10_mode2_restore_ip() local160 ucode_list[ucode_count++] = ucode; in smu_v13_0_10_mode2_restore_ip()167 r = psp_load_fw_list(psp, ucode_list, ucode_count); in smu_v13_0_10_mode2_restore_ip()
212 int ucode_count = 0; in aldebaran_mode2_restore_ip() local235 ucode_list[ucode_count++] = ucode; in aldebaran_mode2_restore_ip()262 r = psp_load_fw_list(&adev->psp, ucode_list, ucode_count); in aldebaran_mode2_restore_ip()
551 struct amdgpu_firmware_info **ucode_list, int ucode_count);
2790 struct amdgpu_firmware_info **ucode_list, int ucode_count) in psp_load_fw_list() argument2795 for (i = 0; i < ucode_count; ++i) { in psp_load_fw_list()