OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sdram_size
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/mach-socfpga/
spl.c
83
unsigned long
sdram_size
;
local
166
sdram_size
= sdram_calculate_size();
167
debug("SDRAM: %ld MiB\n",
sdram_size
>> 20);
170
if (get_ram_size(0,
sdram_size
) !=
sdram_size
) {
/external/u-boot/board/gateworks/gw_ventana/
ventana_eeprom.h
18
u8
sdram_size
; /* 0x2B: (16 << n) MB */
member in struct:ventana_board_info
/external/u-boot/arch/arm/mach-rockchip/rk3036/
sdram_rk3036.c
719
size_t
sdram_size
(void)
function
Completed in 302 milliseconds