Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/intel_common/
A Dmrc.c116 u32 ch_conf = addr_decode_ch[i]; in report_memory_config() local
120 ((ch_conf >> 22) & 1) ? "on" : "off"); in report_memory_config()
122 ((ch_conf >> 21) & 1) ? "on" : "off"); in report_memory_config()
124 ((ch_conf >> 0) & 0xff) * 256, in report_memory_config()
125 ((ch_conf >> 19) & 1) ? 16 : 8, in report_memory_config()
126 ((ch_conf >> 17) & 1) ? "dual" : "single", in report_memory_config()
127 ((ch_conf >> 16) & 1) ? "" : ", selected"); in report_memory_config()
129 ((ch_conf >> 8) & 0xff) * 256, in report_memory_config()
130 ((ch_conf >> 20) & 1) ? 16 : 8, in report_memory_config()
131 ((ch_conf >> 18) & 1) ? "dual" : "single", in report_memory_config()
[all …]

Completed in 3 milliseconds