Home
last modified time | relevance | path

Searched refs:read_c0_conf (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/mips/mm/
Dc-tx39.c51 config = read_c0_conf(); in tx39h_flush_icache_all()
91 config = read_c0_conf(); in tx39_blast_icache_page()
104 config = read_c0_conf(); in tx39_blast_icache_page_indexed()
117 config = read_c0_conf(); in tx39_blast_icache()
246 config = read_c0_conf(); in tx39_flush_icache_range()
305 config = read_c0_conf(); in tx39_flush_cache_sigtramp()
317 config = read_c0_conf(); in tx39_probe_cache()
353 config = read_c0_conf(); in tx39_cache_init()
/linux-4.1.27/arch/mips/kernel/
Didle.c37 unsigned long cfg = read_c0_conf(); in r3081_wait()
45 write_c0_conf(read_c0_conf() | TX39_CONF_HALT); in r39xx_wait()
Dcpu-probe.c279 unsigned long cfg = read_c0_conf(); in cpu_has_confreg()
/linux-4.1.27/arch/mips/txx9/generic/
Dsetup_tx3927.c61 if (read_c0_conf() & TX39_CONF_WBON) in tx3927_setup()
97 conf = read_c0_conf(); in tx3927_setup()
/linux-4.1.27/arch/mips/txx9/jmr3927/
Dsetup.c85 conf = read_c0_conf(); in jmr3927_mem_setup()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h1112 #define read_c0_conf() __read_32bit_c0_register($3, 0) macro