Searched refs:write_c0_errctl (Results 1 – 2 of 2) sorted by relevance
1710 write_c0_errctl(cp0_ectl | ERRCTL_PE); in parity_protection_init()1731 write_c0_errctl(cp0_ectl); in parity_protection_init()1769 write_c0_errctl(errctl | ERRCTL_PE); in parity_protection_init()1774 write_c0_errctl(errctl|ERRCTL_L2P); in parity_protection_init()1795 write_c0_errctl(errctl); in parity_protection_init()1816 write_c0_errctl(0x80000000); in parity_protection_init()
2043 #define write_c0_errctl(val) __write_32bit_c0_register($26, 0, val) macro