Lines Matching refs:errors
62 unsigned errors;
260 xl->errors |= LL_DMA_TIMEDOUT;
315 * FIXME: Are errors really shown when error concealment is on?
347 xl->errors |= LL_DMA_TIMEDOUT;
358 xl->errors |= LL_DMA_TIMEDOUT;
390 xl->errors |= LL_VIDEO_TIMEDOUT;
417 xl->errors |= LL_ACCEL_TIMEDOUT;
459 xl->errors |= LL_DECODER_TIMEDOUT;
469 xl->errors |= ((ret & 0x70) >> 3);
497 xl->errors |= LL_PCI_COMMAND_ERR;
526 xl->errors |= LL_AGP_COMMAND_ERR;
550 xl->errors |= LL_PCI_COMMAND_ERR;
560 unsigned errors;
567 errors = xl->errors;
568 xl->errors = 0;
569 return errors;
798 if (xl->errors & (LL_DECODER_TIMEDOUT |
967 unsigned errors;
971 errors = xl->errors;
972 xl->errors = 0;
973 return errors;
994 errors = xl->errors;
995 xl->errors = 0;
997 return errors;
1030 xl->errors = 0;