Lines Matching refs:error

14  *	 the driver covers only memory error errors
111 /* Temporary buffer for use when preparing error messages */
184 * i7300 Register definitions for error detection
194 [1] = "Memory or FBD configuration CRC read error",
195 [0] = "Memory Write error on non-redundant retry or "
196 "FBD configuration Write error on retry",
206 [21] = "Memory Write error on redundant retry",
208 [17] = "FBD Northbound parity error on FBD Sync Status",
213 [11] = "Memory or FBD configuration CRC read error",
214 [10] = "FBD Configuration Write error on first attempt",
215 [9] = "Memory Write error on first attempt",
316 * i7300 Functions related to error detection
320 * get_err_from_table() - Gets the error message from a table
346 * i7300_process_error_global() - Retrieve the hardware error information from
347 * the hardware global error registers and
361 /* read in the 1st FATAL error register */
371 /* Clear the error bit */
387 /* Clear the error bit */
396 i7300_mc_printk(mci, KERN_EMERG, "%s misc error: %s\n",
401 * i7300_process_fbd_error() - Retrieve the hardware error information from
402 * the FBD error registers and sends it via
403 * EDAC error API calls
420 /* read in the 1st FATAL error register */
441 /* Clean the error register */
451 is_wr ? "Write error" : "Read error",
456 /* read in the 1st NON-FATAL error register */
487 /* Clear the error bit */
499 is_wr ? "Write error" : "Read error",
506 * i7300_check_error() - Calls the error checking subroutines
516 * i7300_clear_error() - Clears the error registers
524 * All error values are RWC - we need to read and write 1 to the
528 /* Clear global error registers */
539 /* Clear FBD error registers */
641 * The type of error detection actually depends of the
969 goto error;
993 goto error;
1006 goto error;
1011 error:
1090 edac_dbg(1, "MC: Enable error reporting now\n");
1097 /* FIXME: perhaps some code should go here that disables error
1112 "%s(): PCI error report via EDAC not setup\n",