Home
last modified time | relevance | path

Searched refs:package_type (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/arm/mach-omap2/am33xx/
A Dsys_info.c148 int efuse_arm_mpu_max_freq, package_type; in am335x_get_efuse_mpu_max_freq() local
150 package_type = (efuse_arm_mpu_max_freq & PACKAGE_TYPE_MASK) >> in am335x_get_efuse_mpu_max_freq()
154 if (package_type == PACKAGE_TYPE_UNDEFINED || package_type == in am335x_get_efuse_mpu_max_freq()
/u-boot/drivers/ddr/fsl/
A Dddr4_dimm_params.c104 package_3ds = (spd->package_type & 0x3) == 0x2; in compute_ranksize()
105 if ((spd->package_type & 0x80) && !package_3ds) { /* other than 3DS */ in compute_ranksize()
110 die_count = (spd->package_type >> 4) & 0x7; in compute_ranksize()
184 pdimm->package_3ds = (spd->package_type & 0x3) == 0x2 ? in ddr_compute_dimm_parameters()
185 (spd->package_type >> 4) & 0x7 : 0; in ddr_compute_dimm_parameters()
A Dinteractive.c1451 PRINT_NXS(6, spd->package_type, in ddr4_spd_dump()
/u-boot/lib/efi_loader/
A Defi_hii.c576 u8 package_type, in list_package_lists() argument
586 EFI_ENTRY("%p, %u, %pUl, %p, %p", this, package_type, package_guid, in list_package_lists()
595 if ((package_type != EFI_HII_PACKAGE_TYPE_GUID && package_guid) || in list_package_lists()
596 (package_type == EFI_HII_PACKAGE_TYPE_GUID && !package_guid)) { in list_package_lists()
601 EFI_PRINT("package type=%x, guid=%pUl, length=%zu\n", (int)package_type, in list_package_lists()
607 switch (package_type) { in list_package_lists()
655 u8 package_type, in register_package_notify() argument
661 EFI_ENTRY("%p, %u, %pUl, %p, %zu, %p", this, package_type, in register_package_notify()
668 if ((package_type != EFI_HII_PACKAGE_TYPE_GUID && package_guid) || in register_package_notify()
669 (package_type == EFI_HII_PACKAGE_TYPE_GUID && !package_guid)) in register_package_notify()
/u-boot/include/
A Dddr_spd.h299 uint8_t package_type; /* 6 Package type */ member
A Defi_api.h1168 u8 package_type,
1179 u8 package_type,

Completed in 28 milliseconds