Searched refs:package_type (Results 1 – 6 of 6) sorted by relevance
/u-boot/arch/arm/mach-omap2/am33xx/ |
A D | sys_info.c | 148 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 D | ddr4_dimm_params.c | 104 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 D | interactive.c | 1451 PRINT_NXS(6, spd->package_type, in ddr4_spd_dump()
|
/u-boot/lib/efi_loader/ |
A D | efi_hii.c | 576 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 D | ddr_spd.h | 299 uint8_t package_type; /* 6 Package type */ member
|
A D | efi_api.h | 1168 u8 package_type, 1179 u8 package_type,
|
Completed in 28 milliseconds