| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | spd_sdram.c | 176 if (spd.mem_type != SPD_MEMTYPE_DDR && spd.mem_type != SPD_MEMTYPE_DDR2) { in spd_sdram() 182 if (spd.mem_type == SPD_MEMTYPE_DDR) { in spd_sdram() 211 if(spd.mem_type == SPD_MEMTYPE_DDR2) { in spd_sdram() 222 if (spd.mem_type == SPD_MEMTYPE_DDR2) { in spd_sdram() 315 if ((spd.mem_type == SPD_MEMTYPE_DDR) in spd_sdram() 455 if (spd.mem_type == SPD_MEMTYPE_DDR) { in spd_sdram() 490 if (spd.mem_type == SPD_MEMTYPE_DDR) { in spd_sdram() 557 if (spd.mem_type == SPD_MEMTYPE_DDR2 in spd_sdram() 645 if (spd.mem_type == SPD_MEMTYPE_DDR) in spd_sdram() 794 if (spd.mem_type == SPD_MEMTYPE_DDR) in spd_sdram() [all …]
|
| /u-boot/drivers/ddr/fsl/ |
| A D | ddr1_dimm_params.c | 36 compute_ranksize(unsigned int mem_type, unsigned char row_dens) in compute_ranksize() argument 229 if (spd->mem_type) { in ddr_compute_dimm_parameters() 230 if (spd->mem_type != SPD_MEMTYPE_DDR) { in ddr_compute_dimm_parameters() 255 pdimm->rank_density = compute_ranksize(spd->mem_type, spd->bank_dens); in ddr_compute_dimm_parameters()
|
| A D | ddr2_dimm_params.c | 35 compute_ranksize(unsigned int mem_type, unsigned char row_dens) in compute_ranksize() argument 212 if (spd->mem_type) { in ddr_compute_dimm_parameters() 213 if (spd->mem_type != SPD_MEMTYPE_DDR2) { in ddr_compute_dimm_parameters() 238 pdimm->rank_density = compute_ranksize(spd->mem_type, spd->rank_dens); in ddr_compute_dimm_parameters()
|
| A D | ddr3_dimm_params.c | 94 if (spd->mem_type) { in ddr_compute_dimm_parameters() 95 if (spd->mem_type != SPD_MEMTYPE_DDR3) { in ddr_compute_dimm_parameters()
|
| A D | ddr4_dimm_params.c | 145 if (spd->mem_type) { in ddr_compute_dimm_parameters() 146 if (spd->mem_type != SPD_MEMTYPE_DDR4) { in ddr_compute_dimm_parameters()
|
| A D | interactive.c | 903 printf("%-3d : %02x %s\n", 2, spd->mem_type, in ddr1_spd_dump() 1052 printf("%-3d : %02x %s\n", 2, spd->mem_type, in ddr2_spd_dump() 1251 PRINT_NXS(2, spd->mem_type, in ddr3_spd_dump() 1443 PRINT_NXS(2, spd->mem_type, in ddr4_spd_dump()
|
| /u-boot/drivers/core/ |
| A D | of_extra.c | 76 int ofnode_decode_memory_region(ofnode config_node, const char *mem_type, in ofnode_decode_memory_region() argument 96 snprintf(prop_name, sizeof(prop_name), "%s-memory%s", mem_type, in ofnode_decode_memory_region() 121 snprintf(prop_name, sizeof(prop_name), "%s-offset%s", mem_type, in ofnode_decode_memory_region()
|
| /u-boot/arch/arm/mach-exynos/ |
| A D | clock_init_exynos5.c | 140 .mem_type = DDR_MODE_DDR3, 266 .mem_type = DDR_MODE_DDR3, 369 .mem_type = DDR_MODE_DDR3, 484 static void clock_get_mem_selection(enum ddr_mode *mem_type, in clock_get_mem_selection() argument 491 *mem_type = params->mem_type; in clock_get_mem_selection() 501 enum ddr_mode mem_type; in get_arm_ratios() local 506 clock_get_mem_selection(&mem_type, &frequency_mhz, in get_arm_ratios() 525 enum ddr_mode mem_type; in clock_get_mem_timings() local 530 clock_get_mem_selection(&mem_type, &frequency_mhz, in clock_get_mem_timings() 534 if (mem->mem_type == mem_type && in clock_get_mem_timings()
|
| A D | clock_init.h | 40 enum ddr_mode mem_type; /* Memory type */ member
|
| A D | dmc_common.c | 163 if (param->mem_type == DDR_MODE_DDR3) { in mem_ctrl_init()
|
| /u-boot/board/samsung/arndale/ |
| A D | arndale_spl.c | 20 .mem_type = DDR_MODE_DDR3,
|
| /u-boot/board/samsung/smdk5420/ |
| A D | smdk5420_spl.c | 22 .mem_type = DDR_MODE_DDR3,
|
| /u-boot/board/samsung/smdk5250/ |
| A D | smdk5250_spl.c | 22 .mem_type = DDR_MODE_DDR3,
|
| /u-boot/arch/arm/mach-exynos/include/mach/ |
| A D | spl.h | 42 enum ddr_mode mem_type; /* Type of on-board memory */ member
|
| /u-boot/include/xen/interface/hvm/ |
| A D | hvm_op.h | 47 u16 mem_type; member
|
| /u-boot/include/ |
| A D | ddr_spd.h | 16 unsigned char mem_type; /* 2 Fundamental memory type */ member 79 unsigned char mem_type; /* 2 Fundamental memory type */ member 180 unsigned char mem_type; /* 2 Key Byte / Fundamental mem type */ member 295 uint8_t mem_type; /* 2 Key Byte / mem type */ member
|
| A D | spd.h | 17 unsigned char mem_type; /* 2 Fundamental memory type */ member
|
| A D | remoteproc.h | 412 enum rproc_mem_type mem_type; member
|
| /u-boot/include/dm/ |
| A D | of_extra.h | 93 int ofnode_decode_memory_region(ofnode config_node, const char *mem_type,
|
| /u-boot/arch/x86/include/asm/ |
| A D | hob.h | 94 enum efi_memory_type mem_type; member
|
| /u-boot/drivers/remoteproc/ |
| A D | rproc-uclass.c | 141 uc_pdata->mem_type = RPROC_INTERNAL_MEMORY_MAPPED; in rproc_pre_probe() 144 uc_pdata->mem_type = RPROC_INTERNAL_MEMORY_MAPPED; in rproc_pre_probe() 156 uc_pdata->mem_type = pdata->mem_type; in rproc_pre_probe()
|
| A D | sandbox_testproc.c | 352 .mem_type = RPROC_INTERNAL_MEMORY_MAPPED,
|
| /u-boot/cmd/ |
| A D | pci.c | 65 int bar_cnt, bar_id, mem_type; in pci_bar_show() local 106 mem_type = base_low & PCI_BASE_ADDRESS_MEM_TYPE_MASK; in pci_bar_show() 108 if (mem_type == PCI_BASE_ADDRESS_MEM_TYPE_64) { in pci_bar_show()
|
| A D | remoteproc.c | 41 switch (uc_pdata->mem_type) { in print_remoteproc_list()
|
| /u-boot/doc/develop/driver-model/ |
| A D | remoteproc-framework.rst | 124 .mem_type = RPROC_INTERNAL_MEMORY_MAPPED,
|