Lines Matching defs:errors
26 * ERR<n>FR bits[63:32], it indicates supported RAS errors which can be enabled
32 * Number of RAS errors will be cleared per 'tegra194_ras_corrected_err_clear'
79 * Uncorrected errors are set to report as External abort (SError)
80 * Corrected errors are set to report as interrupt.
110 /* all supported errors for this node. */
112 /* uncorrectable errors */
114 /* correctable errors */
137 /* enable SError reporting for uncorrectable errors */
142 /* generate interrupt for corrected errors. */
147 /* enable the supported errors */
153 /* enable specified errors, or set to 0 if no supported error */
162 * This function clears number of 'RAS_ERRORS_PER_CALL' RAS errors at most.
233 /* only clear 'nerrs_per_call' errors each time. */
268 const struct ras_error *errors, uint64_t status)
294 for (uint32_t i = 0; errors[i].error_msg != NULL; i++) {
295 if (ierr == errors[i].error_code) {
297 errors[i].error_msg, ierr);
310 /* Overflow, multiple errors have been detected. */
312 ERROR("\tOverflow (there may be more errors) - "
347 /* Write to clear reported errors. */
361 const struct ras_error *errors;
373 errors = aux_data[offset].error_records;
376 assert(errors != NULL);
385 errors, status);