Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_spd.c586 __maybe_unused u32 dimm_cnt, cs_count, dimm; local
896 dimm_cnt = 0;
899 if (dimm_info[dimm_cnt].num_of_module_ranks == cs_count) {
900 dimm_cnt++;
904 if (dimm_info[dimm_cnt].sdram_capacity < 0x3) {
905 reg |= ((dimm_info[dimm_cnt].sdram_capacity + 1) <<
908 } else if (dimm_info[dimm_cnt].sdram_capacity > 0x3) {
909 reg |= ((dimm_info[dimm_cnt].sdram_capacity & 0x3) <<
912 reg |= ((dimm_info[dimm_cnt].sdram_capacity & 0x4) <<
920 dimm_cnt = 0;
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dglobal_data.h40 uint8_t dimm_cnt; member