Lines Matching refs:ERRCTL_PE
1610 #define ERRCTL_PE 0x80000000 in parity_protection_init() macro
1629 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1637 !(cp0_ectl & ERRCTL_PE)) { in parity_protection_init()
1647 cp0_ectl |= ERRCTL_PE; in parity_protection_init()
1649 cp0_ectl &= ~ERRCTL_PE; in parity_protection_init()
1652 WARN_ON(!!(read_c0_ecc() & ERRCTL_PE) != l1parity); in parity_protection_init()
1685 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1688 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init()
1690 l1parity_present = (read_c0_ecc() & ERRCTL_PE); in parity_protection_init()
1699 errctl |= ERRCTL_PE; in parity_protection_init()
1704 errctl |= ERRCTL_PE; in parity_protection_init()
1721 (errctl & ERRCTL_PE) ? "en" : "dis"); in parity_protection_init()