Lines Matching defs:error_one
328 static void do_process_ce(struct mem_ctl_info *mci, u16 error_one,
370 channel = !(error_one & 1);
379 static inline void process_ce(struct mem_ctl_info *mci, u16 error_one,
386 do_process_ce(mci, error_one, sec1_add, sec1_syndrome);
389 static void do_process_ue(struct mem_ctl_info *mci, u16 error_one,
398 if (error_one & 0x0202) {
417 if (error_one & 0x0404) {
437 static inline void process_ue(struct mem_ctl_info *mci, u16 error_one,
444 do_process_ue(mci, error_one, ded_add, scrb_add);
795 u16 error_one, error_next;
797 error_one = info->dram_ferr;
801 if (error_one & 0x0101) /* check first error correctable */
802 process_ce(mci, error_one, info->dram_sec1_add,
809 if (error_one & 0x4040)
815 if (error_one & 0x2020)
816 process_ded_retry(mci, error_one, info->dram_retr_add,
823 if (error_one & 0x0808)
824 process_threshold_ce(mci, error_one, error_found, handle_error);
830 if (error_one & 0x0606)
831 process_ue(mci, error_one, info->dram_ded_add,