Lines Matching refs:log
116 static unsigned long eccerrlog_syndrome(u64 log) in eccerrlog_syndrome() argument
118 return (log & X38_ECCERRLOG_SYNDROME_BITS) >> 16; in eccerrlog_syndrome()
121 static int eccerrlog_row(int channel, u64 log) in eccerrlog_row() argument
123 return ((log & X38_ECCERRLOG_RANK_BITS) >> 27) | in eccerrlog_row()
212 u64 log; in x38_process_error_info() local
223 log = info->eccerrlog[channel]; in x38_process_error_info()
224 if (log & X38_ECCERRLOG_UE) { in x38_process_error_info()
226 eccerrlog_row(channel, log), "x38 UE"); in x38_process_error_info()
227 } else if (log & X38_ECCERRLOG_CE) { in x38_process_error_info()
229 eccerrlog_syndrome(log), in x38_process_error_info()
230 eccerrlog_row(channel, log), 0, "x38 CE"); in x38_process_error_info()