Home
last modified time | relevance | path

Searched refs:CONF_DC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/mm/
H A Dc-r4k.c1013 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1027 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1041 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1062 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1095 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1113 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup.c149 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h388 #define CONF_DC (_ULCAST_(7) << 6) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h491 #define CONF_DC (_ULCAST_(7) << 6) macro