Lines Matching refs:error_next
794 u16 error_one, error_next;
797 error_next = info->dram_nerr;
804 if (error_next & 0x0101) /* check next error correctable */
805 process_ce(mci, error_next, info->dram_sec2_add,
811 if (error_next & 0x4040)
818 if (error_next & 0x2020)
819 process_ded_retry(mci, error_next, info->dram_retr_add,
825 if (error_next & 0x0808)
826 process_threshold_ce(mci, error_next, error_found,
833 if (error_next & 0x0606)
834 process_ue(mci, error_next, info->dram_ded_add,