Searched refs:CONF_DC (Results 1 – 3 of 3) sorted by relevance
972 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()987 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1001 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1022 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1065 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()1082 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()1098 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1116 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
186 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache()
423 #define CONF_DC (_ULCAST_(7) << 6) macro