Home
last modified time | relevance | path

Searched refs:sdram_width (Results 1 – 4 of 4) sorted by relevance

/u-boot/board/gateworks/venice/
A Dgsc.h26 u8 sdram_width; /* 0x2D: (8 << n) bit */ member
/u-boot/board/gateworks/gw_ventana/
A Dventana_eeprom.h20 u8 sdram_width; /* 0x2D: (8 << n) bit */ member
A Dgw_ventana_spl.c711 spl_dram_init(8 << ventana_info.sdram_width, in board_init_f()
/u-boot/drivers/ddr/marvell/axp/
A Dddr3_spd.c150 u32 sdram_width; member
323 info->sdram_width = 1 << (2 + (spd_data[SPD_MODULE_ORG_BYTE] & in ddr3_spd_init()
325 DEBUG_INIT_FULL_C("DRAM sdram_width ", info->sdram_width, 1); in ddr3_spd_init()
336 (info->data_width / info->sdram_width)) << 16; in ddr3_spd_init()
341 (info->data_width / info->sdram_width) * 0x2) << 16; in ddr3_spd_init()
348 ((info->data_width / info->sdram_width) * in ddr3_spd_init()
927 if (dimm_info[dimm_cnt].sdram_width == 16)

Completed in 7 milliseconds