Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c113 u32 ch_conf = addr_decode_ch[i]; in report_memory_config() local
117 ((ch_conf >> 22) & 1) ? "on" : "off"); in report_memory_config()
119 ((ch_conf >> 21) & 1) ? "on" : "off"); in report_memory_config()
121 ((ch_conf >> 0) & 0xff) * 256, in report_memory_config()
122 ((ch_conf >> 19) & 1) ? 16 : 8, in report_memory_config()
123 ((ch_conf >> 17) & 1) ? "dual" : "single", in report_memory_config()
124 ((ch_conf >> 16) & 1) ? "" : ", selected"); in report_memory_config()
126 ((ch_conf >> 8) & 0xff) * 256, in report_memory_config()
127 ((ch_conf >> 20) & 1) ? 16 : 8, in report_memory_config()
128 ((ch_conf >> 18) & 1) ? "dual" : "single", in report_memory_config()
[all …]