Home
last modified time | relevance | path

Searched refs:bank2_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/compulab/cm_fx6/
H A Dspl.c229 unsigned long bank1_size, bank2_size; in cm_fx6_spl_dram_init() local
237 bank2_size = get_ram_size((long int *)PHYS_SDRAM_2, 0x80000000); in cm_fx6_spl_dram_init()
239 if (bank2_size == 0x20000000) in cm_fx6_spl_dram_init()
262 bank2_size = get_ram_size((long int *)PHYS_SDRAM_2, in cm_fx6_spl_dram_init()
264 if (bank2_size == 0x40000000) { in cm_fx6_spl_dram_init()
/openbmc/u-boot/board/tqc/tqm834x/
H A Dtqm834x.c172 ulong bank2_size; in detect_num_flash_banks() local
180 bank2_size = flash_get_size(CONFIG_SYS_FLASH_BASE + bank1_size, 1); in detect_num_flash_banks()
181 debug("Bank2 size: %lu\n", bank2_size); in detect_num_flash_banks()
182 total_size = bank1_size + bank2_size; in detect_num_flash_banks()
184 if (bank2_size > 0) { in detect_num_flash_banks()