Home
last modified time | relevance | path

Searched refs:ST0_ISC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/mm/
H A Dc-r3k.c94 dcache_size = r3k_cache_size(ST0_ISC); in r3k_probe_cache()
96 dcache_lsize = r3k_cache_lsize(ST0_ISC); in r3k_probe_cache()
98 icache_size = r3k_cache_size(ST0_ISC|ST0_SWC); in r3k_probe_cache()
100 icache_lsize = r3k_cache_lsize(ST0_ISC|ST0_SWC); in r3k_probe_cache()
118 write_c0_status((ST0_ISC|ST0_SWC|flags)&~ST0_IEC); in r3k_flush_icache_range()
175 write_c0_status((ST0_ISC|flags)&~ST0_IEC); in r3k_flush_dcache_range()
/openbmc/linux/arch/mips/kernel/
H A Dcpu-r3k-probe.c49 size1 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
51 size2 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
H A Dcpu-probe.c186 size1 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
188 size2 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h249 #define ST0_ISC 0x00010000 macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h311 #define ST0_ISC 0x00010000 macro