Searched refs:ch_conf (Results 1 – 1 of 1) sorted by relevance
113 u32 ch_conf = addr_decode_ch[i]; in report_memory_config() local114 debug("memcfg channel[%d] config (%8.8x):\n", i, ch_conf); in report_memory_config()115 debug(" ECC %s\n", ecc_decoder[(ch_conf >> 24) & 3]); in report_memory_config()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()[all …]