Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c114 u32 ch_conf = addr_decode_ch[i]; in report_memory_config() local
115 debug("memcfg channel[%d] config (%8.8x):\n", i, ch_conf); in report_memory_config()
116 debug(" ECC %s\n", ecc_decoder[(ch_conf >> 24) & 3]); in report_memory_config()
118 ((ch_conf >> 22) & 1) ? "on" : "off"); in report_memory_config()
120 ((ch_conf >> 21) & 1) ? "on" : "off"); in report_memory_config()
122 ((ch_conf >> 0) & 0xff) * 256, in report_memory_config()
123 ((ch_conf >> 19) & 1) ? 16 : 8, in report_memory_config()
124 ((ch_conf >> 17) & 1) ? "dual" : "single", in report_memory_config()
125 ((ch_conf >> 16) & 1) ? "" : ", selected"); in report_memory_config()
127 ((ch_conf >> 8) & 0xff) * 256, in report_memory_config()
[all …]