| /u-boot/arch/arm/mach-sunxi/ |
| A D | dram_sun4i.c | 567 u32 density; in dramc_init_helper() local 600 if (para->density == 256) in dramc_init_helper() 601 density = DRAM_DCR_CHIP_DENSITY_256M; in dramc_init_helper() 602 else if (para->density == 512) in dramc_init_helper() 604 else if (para->density == 1024) in dramc_init_helper() 606 else if (para->density == 2048) in dramc_init_helper() 608 else if (para->density == 4096) in dramc_init_helper() 610 else if (para->density == 8192) in dramc_init_helper() 711 para->density = 4096; in dramc_init() 714 para->density = 8192; in dramc_init() [all …]
|
| /u-boot/drivers/mtd/onenand/ |
| A D | onenand_spl.c | 62 unsigned int dev_id, density, size; in onenand_spl_get_geometry() local 66 density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_spl_get_geometry() 67 density &= ONENAND_DEVICE_DENSITY_MASK; in onenand_spl_get_geometry() 69 if (density < ONENAND_DEVICE_DENSITY_4Gb) in onenand_spl_get_geometry() 74 density_mask = 1 << (18 + density - ffs(size)); in onenand_spl_get_geometry()
|
| A D | onenand_base.c | 315 return (density & ONENAND_DEVICE_DENSITY_MASK); in onenand_get_density() 2146 unsigned int density, process; in onenand_check_features() local 2149 density = onenand_get_density(this->device_id); in onenand_check_features() 2153 switch (density) { in onenand_check_features() 2209 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local 2216 density = onenand_get_density(device); in onenand_print_device_info() 2316 int die, i, eraseshift, density; in flexonenand_get_size() local 2320 density = onenand_get_density(this->device_id); in flexonenand_get_size() 2587 int density; in onenand_probe() local 2607 density = onenand_get_density(dev_id); in onenand_probe() [all …]
|
| /u-boot/arch/x86/cpu/quark/ |
| A D | mrc.c | 108 (dram_params[0].density == 4) && in mrc_adjust_params() 120 mrc_params->row_bits[0] = 12 + dram_params[0].density + in mrc_adjust_params() 121 (dram_params[0].density < 4) && in mrc_adjust_params() 140 mrc_params->channel_size[0] = 1 << dram_params[0].density; in mrc_adjust_params()
|
| A D | dram.c | 106 mrc_params->params.density = fdtdec_get_int(blob, node, in mrc_configure_params() 121 mrc_params->params.density, mrc_params->params.cl, in mrc_configure_params()
|
| /u-boot/board/synopsys/emsdp/ |
| A D | config.mk | 2 -mbarrel-shifter -mfpu=fpuda_all -mcode-density
|
| /u-boot/board/freescale/mx6memcal/ |
| A D | spl.c | 250 .density = 8, 264 .density = 2, 278 .density = 4, 292 .density = 2, 306 .density = 4, 320 .density = 4,
|
| /u-boot/board/synopsys/iot_devkit/ |
| A D | config.mk | 1 PLATFORM_CPPFLAGS += -mcpu=arcem -mlittle-endian -mcode-density -mdiv-rem \
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | emif-common.c | 605 index = density; in addressing_table_index() 892 temp = dev_details.cs0_device_details->density; in get_emif_mem_size() 897 temp = dev_details.cs1_device_details->density; in get_emif_mem_size() 968 cs0_dev_details->density, in emif_calculate_regs() 1094 u32 density; in display_sdram_details() local 1106 density = lpddr2_density_2_size_in_mbytes[device->density]; in display_sdram_details() 1107 if ((density / 1024 * 1024) == density) { in display_sdram_details() 1108 density /= 1024; in display_sdram_details() 1109 sprintf(density_str, "%d GB", density); in display_sdram_details() 1111 sprintf(density_str, "%d MB", density); in display_sdram_details() [all …]
|
| /u-boot/board/sunxi/ |
| A D | dram_sun4i_auto.c | 9 .density = 0,
|
| A D | dram_sun5i_auto.c | 12 .density = 0,
|
| /u-boot/arch/arm/mach-imx/mx6/ |
| A D | opos6ul.c | 139 .density = 2, 184 mem_ddr.density = 4; in spl_dram_init()
|
| /u-boot/board/gateworks/gw_ventana/ |
| A D | gw_ventana_spl.c | 155 .density = 1, 169 .density = 2, 183 .density = 4, 197 .density = 8,
|
| /u-boot/include/linux/mtd/ |
| A D | st_smi.h | 89 u32 density; member
|
| /u-boot/board/bachmann/ot1200/ |
| A D | ot1200_spl.c | 93 .density = 2,
|
| /u-boot/board/ccv/xpress/ |
| A D | spl.c | 69 .density = 4,
|
| /u-boot/arch/arm/mach-omap2/omap4/ |
| A D | sdram_elpida.c | 152 .density = LPDDR2_DENSITY_2Gb, 159 .density = LPDDR2_DENSITY_4Gb,
|
| /u-boot/board/compulab/cm_fx6/ |
| A D | spl.c | 115 .density = 4, 184 .density = 4,
|
| /u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
| A D | fsp-m.txt | 149 - fspm,chX-dram-density: Must specify the DRAM device density (X = 0-3) 260 fspm,ch0-dram-density = <CHX_DEVICE_DENSITY_8GB>; 266 fspm,ch1-dram-density = <CHX_DEVICE_DENSITY_8GB>; 272 fspm,ch2-dram-density = <CHX_DEVICE_DENSITY_8GB>; 278 fspm,ch3-dram-density = <CHX_DEVICE_DENSITY_8GB>;
|
| /u-boot/board/barco/platinum/ |
| A D | spl_picon.c | 88 .density = 4, /* 4Gbit */
|
| A D | spl_titanium.c | 88 .density = 2,
|
| /u-boot/arch/arm/dts/ |
| A D | elpida_ecb240abacn.dtsi | 9 density = <2048>;
|
| /u-boot/board/technexion/pico-imx6/ |
| A D | spl.c | 144 .density = 4, 158 .density = 2,
|
| /u-boot/arch/x86/include/asm/arch-quark/ |
| A D | mrc.h | 61 uint8_t density; member
|
| /u-boot/board/ge/b1x5v2/ |
| A D | spl.c | 257 .density = 2, 270 .density = 4, 283 .density = 8,
|