Lines Matching refs:log
117 #define IE31200_ECCERRLOG_SYNDROME(log) \ argument
118 ((log & IE31200_ECCERRLOG_SYNDROME_BITS) >> \
200 static int eccerrlog_row(int channel, u64 log) in eccerrlog_row() argument
202 int rank = ((log & IE31200_ECCERRLOG_RANK_BITS) >> in eccerrlog_row()
261 u64 log; in ie31200_process_error_info() local
273 log = info->eccerrlog[channel]; in ie31200_process_error_info()
274 if (log & IE31200_ECCERRLOG_UE) { in ie31200_process_error_info()
277 eccerrlog_row(channel, log), in ie31200_process_error_info()
280 } else if (log & IE31200_ECCERRLOG_CE) { in ie31200_process_error_info()
283 IE31200_ECCERRLOG_SYNDROME(log), in ie31200_process_error_info()
284 eccerrlog_row(channel, log), in ie31200_process_error_info()