Searched refs:typename (Results 1 - 6 of 6) sorted by relevance

/u-boot/cmd/x86/
H A Dmtrr.c15 const char *typename = argv[0]; local
24 type = mtrr_get_type_by_name(typename);
26 printf("Invalid type name %s\n", typename);
H A Dhob.c79 const char *typename; local
81 typename = res->type >= RES_SYS_MEM && res->type <= RES_MAX_MEM_TYPE ?
86 res->type, typename);
/u-boot/tools/
H A Dfit_image.c268 const char *typename; local
276 typename = genimg_get_type_short_name(params->fit_image_type);
277 snprintf(str, sizeof(str), "%s-1", typename);
280 fdt_property_string(fdt, FIT_TYPE_PROP, typename);
305 typename = genimg_get_type_short_name(cont->type);
315 fdt_property_string(fdt, FIT_TYPE_PROP, typename);
363 const char *typename; local
374 typename = genimg_get_type_short_name(cont->type);
381 typename = genimg_get_type_short_name(params->fit_image_type);
382 snprintf(str, sizeof(str), "%s-1", typename);
[all...]
/u-boot/arch/x86/include/asm/
H A Dmtrr.h208 * @typename: Name to check
211 int mtrr_get_type_by_name(const char *typename);
/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c225 const char *typename = local
230 s += sprintf(s, "%s(%u)", typename, sddp->slot_number);
/u-boot/arch/x86/cpu/
H A Dmtrr.c377 int mtrr_get_type_by_name(const char *typename) argument
382 if (*typename == *mtrr_type_name[i])

Completed in 185 milliseconds