Lines Matching refs:ERRCTL_PE
1640 #define ERRCTL_PE 0x80000000 in parity_protection_init() macro
1659 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1667 !(cp0_ectl & ERRCTL_PE)) { in parity_protection_init()
1677 cp0_ectl |= ERRCTL_PE; in parity_protection_init()
1679 cp0_ectl &= ~ERRCTL_PE; in parity_protection_init()
1682 WARN_ON(!!(read_c0_ecc() & ERRCTL_PE) != l1parity); in parity_protection_init()
1715 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1718 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init()
1720 l1parity_present = (read_c0_ecc() & ERRCTL_PE); in parity_protection_init()
1729 errctl |= ERRCTL_PE; in parity_protection_init()
1734 errctl |= ERRCTL_PE; in parity_protection_init()
1751 (errctl & ERRCTL_PE) ? "en" : "dis"); in parity_protection_init()