Lines Matching refs:log
118 static unsigned long eccerrlog_syndrome(u64 log) in eccerrlog_syndrome() argument
120 return (log & X38_ECCERRLOG_SYNDROME_BITS) >> 16; in eccerrlog_syndrome()
123 static int eccerrlog_row(int channel, u64 log) in eccerrlog_row() argument
125 return ((log & X38_ECCERRLOG_RANK_BITS) >> 27) | in eccerrlog_row()
209 u64 log; in x38_process_error_info() local
222 log = info->eccerrlog[channel]; in x38_process_error_info()
223 if (log & X38_ECCERRLOG_UE) { in x38_process_error_info()
226 eccerrlog_row(channel, log), in x38_process_error_info()
229 } else if (log & X38_ECCERRLOG_CE) { in x38_process_error_info()
231 0, 0, eccerrlog_syndrome(log), in x38_process_error_info()
232 eccerrlog_row(channel, log), in x38_process_error_info()