Lines Matching refs:errctl
1762 unsigned long errctl; in parity_protection_init() local
1765 errctl = read_c0_errctl(); in parity_protection_init()
1766 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); 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()
1780 errctl |= ERRCTL_PE; in parity_protection_init()
1782 errctl |= ERRCTL_L2P; in parity_protection_init()
1785 errctl |= ERRCTL_PE; in parity_protection_init()
1788 errctl |= ERRCTL_L2P; in parity_protection_init()
1793 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init()
1795 write_c0_errctl(errctl); in parity_protection_init()
1797 errctl = read_c0_errctl(); in parity_protection_init()
1798 printk(KERN_INFO "Readback ErrCtl register=%08lx\n", errctl); in parity_protection_init()
1802 str_enabled_disabled(errctl & ERRCTL_PE)); in parity_protection_init()
1806 errctl ^= ERRCTL_L2P; in parity_protection_init()
1808 str_enabled_disabled(errctl & ERRCTL_L2P)); in parity_protection_init()