Searched refs:TX39_CONF_WBON (Results 1 – 4 of 4) sorted by relevance
61 if (read_c0_conf() & TX39_CONF_WBON) in tx3927_setup()98 if (!(conf & TX39_CONF_WBON)) in tx3927_setup()
86 conf &= ~(TX39_CONF_WBON | TX39_CONF_CWFON); in jmr3927_mem_setup()87 conf |= mips_config_wbon ? TX39_CONF_WBON : 0; in jmr3927_mem_setup()
329 config &= ~TX39_CONF_WBON; in tx39_cache_init()
1029 #define TX39_CONF_WBON 0x00002000 macro