Searched refs:ERRCTL_L2P (Results 1 – 1 of 1) sorted by relevance
1654 #define ERRCTL_L2P 0x00800000 in parity_protection_init() macro1659 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()1667 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init()1669 l2parity_present = (read_c0_ecc() & ERRCTL_L2P); in parity_protection_init()1675 errctl |= ERRCTL_L2P; in parity_protection_init()1681 errctl |= ERRCTL_L2P; in parity_protection_init()1699 errctl ^= ERRCTL_L2P; in parity_protection_init()1701 (errctl & ERRCTL_L2P) ? "en" : "dis"); in parity_protection_init()