Searched refs:CONF_DC (Results 1 – 3 of 3) sorted by relevance
1093 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1107 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1121 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1141 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1185 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()1202 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()1218 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()1236 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
154 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache()
494 #define CONF_DC (_ULCAST_(7) << 6) macro