Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dcache.c181 unsigned int cca = read_c0_config() & CONF_CM_CMASK; in dcache_status()
193 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in dcache_disable()
H A Dcache_init.S423 andi a0, a0, CONF_CM_CMASK
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h381 #define CONF_CM_CMASK 7 macro