HomeSort by relevance Sort by last modified time
    Searched refs:sdram_width (Results 1 - 3 of 3) sorted by null

  /external/u-boot/board/gateworks/gw_ventana/
ventana_eeprom.h 20 u8 sdram_width; /* 0x2D: (8 << n) bit */ member in struct:ventana_board_info
gw_ventana_spl.c 623 spl_dram_init(8 << ventana_info.sdram_width,
  /external/u-boot/drivers/ddr/marvell/axp/
ddr3_spd.c 150 u32 sdram_width; member in struct:dimm_info
323 info->sdram_width = 1 << (2 + (spd_data[SPD_MODULE_ORG_BYTE] &
325 DEBUG_INIT_FULL_C("DRAM sdram_width ", info->sdram_width, 1);
336 (info->data_width / info->sdram_width)) << 16;
341 (info->data_width / info->sdram_width) * 0x2) << 16;
348 ((info->data_width / info->sdram_width) *
927 if (dimm_info[dimm_cnt].sdram_width == 16)
    [all...]

Completed in 69 milliseconds