• Home
  • Raw
  • Download

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 */
237 /* Set of show/store abstract level functions for PCI Parity object */
282 /* PCI Parity control files */
508 /* Clear any PCI parity errors logged by this device. */
523 * PCI Parity polling
525 * Function to retrieve the current parity status
561 "Master Data Parity Error on %s\n", in edac_pci_dev_parity_test()
569 "Detected Parity Error on %s\n", in edac_pci_dev_parity_test()
600 "Master Data Parity Error on " in edac_pci_dev_parity_test()
608 "Detected Parity Error on %s\n", in edac_pci_dev_parity_test()
621 * pci_dev parity list iterator
623 * Scan the PCI device list looking for SERRORs, Master Parity ERRORS or
624 * Parity ERRORs on primary or secondary devices.
637 * performs the actual PCI parity check operation
651 /* scan all PCI devices looking for a Parity Error on devices and in edac_pci_do_parity_check()
662 panic("EDAC: PCI Parity Error"); in edac_pci_do_parity_check()
674 /* Clear any PCI bus parity errors that devices initially have logged in edac_pci_clear_parity_errors()
683 * Called to handle a PARITY ERROR event
693 "Parity Error ctl: %s %d: %s\n", in edac_pci_handle_pe()
708 * Called to handle a NON-PARITY ERROR event
718 "Non-Parity Error ctl: %s %d: %s\n", in edac_pci_handle_npe()
734 "Check for PCI bus parity errors: 0=off 1=on");
737 "Panic on PCI Bus Parity error: 0=off 1=on");