Lines Matching refs:log
131 static unsigned long eccerrlog_syndrome(u64 log) in eccerrlog_syndrome() argument
133 return (log & I3200_ECCERRLOG_SYNDROME_BITS) >> in eccerrlog_syndrome()
137 static int eccerrlog_row(int channel, u64 log) in eccerrlog_row() argument
139 u64 rank = ((log & I3200_ECCERRLOG_RANK_BITS) >> in eccerrlog_row()
225 u64 log; in i3200_process_error_info() local
237 log = info->eccerrlog[channel]; in i3200_process_error_info()
238 if (log & I3200_ECCERRLOG_UE) { in i3200_process_error_info()
241 eccerrlog_row(channel, log), in i3200_process_error_info()
244 } else if (log & I3200_ECCERRLOG_CE) { in i3200_process_error_info()
246 0, 0, eccerrlog_syndrome(log), in i3200_process_error_info()
247 eccerrlog_row(channel, log), in i3200_process_error_info()