Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/txx9/generic/
Dsetup_tx3927.c61 if (read_c0_conf() & TX39_CONF_WBON) in tx3927_setup()
99 if (!(conf & TX39_CONF_WBON)) in tx3927_setup()
/linux-3.4.99/arch/mips/txx9/jmr3927/
Dsetup.c86 conf &= ~(TX39_CONF_WBON | TX39_CONF_CWFON); in jmr3927_mem_setup()
87 conf |= mips_config_wbon ? TX39_CONF_WBON : 0; in jmr3927_mem_setup()
/linux-3.4.99/arch/mips/mm/
Dc-tx39.c354 config &= ~TX39_CONF_WBON; in tx39_cache_init()
/linux-3.4.99/arch/mips/include/asm/
Dmipsregs.h361 #define TX39_CONF_WBON 0x00002000 macro