Searched refs:blobs_all (Results 1 – 2 of 2) sorted by relevance
277 static const struct fw_blobs_by_type blobs_all[INTEL_UC_FW_NUM_TYPES] = { variable302 GEM_BUG_ON(uc_fw->type >= ARRAY_SIZE(blobs_all)); in __uc_fw_auto_select()303 fw_blobs = blobs_all[uc_fw->type].blobs; in __uc_fw_auto_select()304 fw_count = blobs_all[uc_fw->type].count; in __uc_fw_auto_select()350 if (type >= ARRAY_SIZE(blobs_all)) { in validate_fw_table_type()355 fw_blobs = blobs_all[type].blobs; in validate_fw_table_type()356 fw_count = blobs_all[type].count; in validate_fw_table_type()
219 static const struct fw_blobs_by_type blobs_all[XE_UC_FW_NUM_TYPES] = { in uc_fw_auto_select() local229 xe_assert(xe, uc_fw->type < ARRAY_SIZE(blobs_all)); in uc_fw_auto_select()230 entries = blobs_all[uc_fw->type].entries; in uc_fw_auto_select()231 count = blobs_all[uc_fw->type].count; in uc_fw_auto_select()