Lines Matching defs:error
206 /* Save contents of error config register. */ \
258 * -- Can't tell if config cycle got the error.
261 * LBA_ERROR_LOG_ADDR to tell if error belongs to config cycle.
263 * As of rev 4.0, no longer need the error check.
266 * for **ANY** error (not just master abort).
272 * we could be clearing a fatal error. We will
283 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \
295 error = 1; \
298 * Clear error status (if fatal bit not set) by setting \
299 * clear error log bit (CL). \
325 * Restore error config register (turn off smart mode). \
340 int error = 0;
347 LBA_CFG_MASTER_ABORT_CHECK(d, d->hba.base_addr, tok, error);
348 if (!error) {
407 int error = 0;
420 LBA_CFG_MASTER_ABORT_CHECK(d, d->hba.base_addr, tok, error);