Searched refs:blobs_all (Results 1 – 1 of 1) sorted by relevance
229 static const struct fw_blobs_by_type blobs_all[INTEL_UC_FW_NUM_TYPES] = { in __uc_fw_auto_select() local250 GEM_BUG_ON(uc_fw->type >= ARRAY_SIZE(blobs_all)); in __uc_fw_auto_select()251 fw_blobs = blobs_all[uc_fw->type].blobs; in __uc_fw_auto_select()252 fw_count = blobs_all[uc_fw->type].count; in __uc_fw_auto_select()