Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dmips-mt.c203 write_c0_ecc(ectlval | (0x1 << 26)); in mips_mt_set_cpuoptions()
224 write_c0_ecc(ectlval); in mips_mt_set_cpuoptions()
H A Dspram.c30 #define write_c0_errctl(x) write_c0_ecc(x)
H A Dtraps.c1708 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1729 write_c0_ecc(cp0_ectl); in parity_protection_init()
1767 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init()
1772 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init()
1793 write_c0_ecc(errctl); in parity_protection_init()
1814 write_c0_ecc(0x80000000); in parity_protection_init()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1306 #define write_c0_ecc(val) __write_32bit_c0_register($26, 0, val) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1886 #define write_c0_ecc(val) __write_32bit_c0_register($26, 0, val) macro