Lines Matching full:parity
20 static int check_pci_errors; /* default NO check PCI parity */
21 static int edac_pci_panic_on_pe; /* default NO panic on PCI Parity */
22 static int edac_pci_log_pe = 1; /* log PCI parity errors */
23 static int edac_pci_log_npe = 1; /* log PCI non-parity error errors */
238 /* Set of show/store abstract level functions for PCI Parity object */
283 /* PCI Parity control files */
514 /* Clear any PCI parity errors logged by this device. */
529 * PCI Parity polling
531 * Function to retrieve the current parity status
567 "Master Data Parity Error on %s\n", in edac_pci_dev_parity_test()
575 "Detected Parity Error on %s\n", in edac_pci_dev_parity_test()
606 "Master Data Parity Error on " in edac_pci_dev_parity_test()
614 "Detected Parity Error on %s\n", in edac_pci_dev_parity_test()
627 * pci_dev parity list iterator
629 * Scan the PCI device list looking for SERRORs, Master Parity ERRORS or
630 * Parity ERRORs on primary or secondary devices.
643 * performs the actual PCI parity check operation
657 /* scan all PCI devices looking for a Parity Error on devices and in edac_pci_do_parity_check()
668 panic("EDAC: PCI Parity Error"); in edac_pci_do_parity_check()
680 /* Clear any PCI bus parity errors that devices initially have logged in edac_pci_clear_parity_errors()
689 * Called to handle a PARITY ERROR event
699 "Parity Error ctl: %s %d: %s\n", in edac_pci_handle_pe()
714 * Called to handle a NON-PARITY ERROR event
724 "Non-Parity Error ctl: %s %d: %s\n", in edac_pci_handle_npe()
740 "Check for PCI bus parity errors: 0=off 1=on");
743 "Panic on PCI Bus Parity error: 0=off 1=on");