Lines Matching refs:ch_conf
116 u32 ch_conf = addr_decode_ch[i]; in report_memory_config() local
117 debug("memcfg channel[%d] config (%8.8x):\n", i, ch_conf); in report_memory_config()
118 debug(" ECC %s\n", ecc_decoder[(ch_conf >> 24) & 3]); in report_memory_config()
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()
132 ((ch_conf >> 16) & 1) ? ", selected" : ""); in report_memory_config()