Searched refs:write_c0_ecc (Results 1 – 4 of 4) sorted by relevance
258 write_c0_ecc(ectlval | (0x1 << 26)); in mips_mt_set_cpuoptions()279 write_c0_ecc(ectlval); in mips_mt_set_cpuoptions()
34 #define write_c0_errctl(x) write_c0_ecc(x)
1629 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()1650 write_c0_ecc(cp0_ectl); in parity_protection_init()1688 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init()1693 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init()1714 write_c0_ecc(errctl); in parity_protection_init()1735 write_c0_ecc(0x80000000); in parity_protection_init()
1800 #define write_c0_ecc(val) __write_32bit_c0_register($26, 0, val) macro