Lines Matching defs:ERROR
50 #define ATA_CORR 0x0040 /* transfer had a corrected error */
60 volatile int error;
61 #define NOERROR 0 /* There was no error (r_error invalid) */
62 #define ERROR 1 /* check r_error */
64 #define ERR_DMA 3 /* DMA error */
69 uint8_t r_error;/* copy of error register */
81 * Once the command completed, if the error registered is valid, the flag
82 * AT_ERROR is set and the error register value is copied to r_error .
112 #define AT_ERROR 0x0080 /* command is done with error */
146 #define ATACH_ERR_ST(error, status) ((error) << 8 | (status))
168 /* Links for error handling */
180 #define ATASTART_ABORT 3 /* error occurred, abort xfer */
201 #define C_CHAOS 0x0800 /* forced error xfer */
202 #define C_RECOVERED 0x1000 /* error recovered, no need for reset */
214 * channel error. We use slot 32 only for error recovery if available.