Searched refs:CONF_DC (Results 1 – 3 of 3) sorted by relevance
970 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()985 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()999 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1020 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1063 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()1080 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()1096 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1114 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
202 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache()
396 #define CONF_DC (_ULCAST_(7) << 6) macro