/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | spl_gen5.c | 126 unsigned long sdram_size; in board_init_f() local 218 sdram_size = sdram_calculate_size(); in board_init_f() 219 debug("SDRAM: %ld MiB\n", sdram_size >> 20); in board_init_f() 222 if (get_ram_size(0, sdram_size) != sdram_size) { in board_init_f()
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-offsets.h | 46 ((((__solo->sdram_size <= (32 << 20)) ? 4 : 16) + 1) \ 60 clamp(__solo->sdram_size - SOLO_MP4E_EXT_ADDR(__solo) - \ 68 clamp(__solo->sdram_size - SOLO_JPEG_EXT_ADDR(__solo), \
|
H A D | solo6x10-p2m.c | 271 for (solo_dev->sdram_size = 0, i = 2; i >= 0; i--) { in solo_p2m_init() 300 solo_dev->sdram_size = (32 << 20) << i; in solo_p2m_init() 304 if (!solo_dev->sdram_size) { in solo_p2m_init() 309 if (SOLO_SDRAM_END(solo_dev) > solo_dev->sdram_size) { in solo_p2m_init() 312 solo_dev->sdram_size, SOLO_SDRAM_END(solo_dev)); in solo_p2m_init()
|
H A D | solo6x10-core.c | 221 return sprintf(buf, "%dMegs\n", solo_dev->sdram_size >> 20); in sdram_size_show() 374 const int size = solo_dev->sdram_size; in sdram_show() 392 __ATTR_RO(sdram_size), 439 sdram_attr->size = solo_dev->sdram_size; in solo_sysfs_init()
|
H A D | solo6x10.h | 252 int sdram_size; member
|
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/ |
H A D | sdram.c | 24 u32 sdram_size(int cs) in sdram_size() function 238 mem_size0 = sdram_size(0); in sdram_init() 239 mem_size1 = sdram_size(1); in sdram_init()
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | rk3036-board.c | 45 gd->ram_size = sdram_size(); in dram_init()
|
/openbmc/u-boot/board/imgtec/ci20/ |
H A D | ci20.c | 240 gd->ram_size = sdram_size(0) + sdram_size(1); in dram_init()
|
/openbmc/linux/include/linux/ |
H A D | mbus.h | 99 size_t sdram_size);
|
/openbmc/linux/drivers/scsi/ |
H A D | hptiop.h | 188 __le32 sdram_size; member 306 u32 sdram_size; member
|
H A D | hptiop.c | 467 config->sdram_size = info->sdram_size; in iop_get_config_mvfrey() 1371 hba->sdram_size = le32_to_cpu(iop_config.sdram_size); in hptiop_probe()
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | ventana_eeprom.h | 18 u8 sdram_size; /* 0x2B: (16 << n) MB */ member
|
H A D | gw_ventana_spl.c | 708 16 << ventana_info.sdram_size, in board_init_f()
|
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/ |
H A D | jz4780.h | 85 u32 sdram_size(int bank);
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | sdram_rk3036.h | 339 size_t sdram_size(void);
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_uclo.h | 308 unsigned int sdram_size; member
|
/openbmc/qemu/include/hw/arm/ |
H A D | omap.h | 590 uint64_t sdram_size; member
|
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/ |
H A D | sdram_rk3036.c | 719 size_t sdram_size(void) in sdram_size() function
|
/openbmc/linux/drivers/scsi/arcmsr/ |
H A D | arcmsr.h | 209 uint32_t sdram_size; /*3, 12-15*/ member
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 3810 return range_covers_byte(OMAP_EMIFF_BASE, s->sdram_size, addr); in omap_validate_emiff_addr() 3857 s->sdram_size = memory_region_size(dram); in omap310_mpu_init() 3909 OMAP_EMIFF_BASE, s->sdram_size); in omap310_mpu_init()
|