Home
last modified time | relevance | path

Searched refs:TX39_CONF_DCS_MASK (Results 1 – 3 of 3) sorted by relevance

/arch/mips/mm/
Dc-tx39.c321 dcache_size = 1 << (10 + ((config & TX39_CONF_DCS_MASK) >> in tx39_probe_cache()
/arch/mips/txx9/generic/
Dsetup.c249 unsigned int dc_size = 1 << (10 + ((conf & TX39_CONF_DCS_MASK) >> in early_flush_dcache()
/arch/mips/include/asm/
Dmipsregs.h353 #define TX39_CONF_DCS_MASK 0x00070000 macro