Lines Matching defs:error_reg
354 u32 errnum, error_reg;
363 FERR_GLOBAL_HI, &error_reg);
364 if (unlikely(error_reg)) {
365 errors = error_reg;
373 FERR_GLOBAL_HI, error_reg);
379 FERR_GLOBAL_LO, &error_reg);
380 if (unlikely(error_reg)) {
381 errors = error_reg;
389 FERR_GLOBAL_LO, error_reg);
409 u32 errnum, value, error_reg;
422 FERR_FAT_FBD, &error_reg);
423 if (unlikely(error_reg & FERR_FAT_FBD_ERR_MASK)) {
424 errors = error_reg & FERR_FAT_FBD_ERR_MASK ;
428 branch = (GET_FBD_FAT_IDX(error_reg) == 2) ? 1 : 0;
443 FERR_FAT_FBD, error_reg);
458 FERR_NF_FBD, &error_reg);
459 if (unlikely(error_reg & FERR_NF_FBD_ERR_MASK)) {
460 errors = error_reg & FERR_NF_FBD_ERR_MASK;
464 branch = (GET_FBD_NF_IDX(error_reg) == 2) ? 1 : 0;
489 FERR_NF_FBD, error_reg);