Lines Matching defs:log
155 #define IE31200_ECCERRLOG_SYNDROME(log) \
156 ((log & IE31200_ECCERRLOG_SYNDROME_BITS) >> \
251 static int eccerrlog_row(u64 log)
253 return ((log & IE31200_ECCERRLOG_RANK_BITS) >>
310 u64 log;
322 log = info->eccerrlog[channel];
323 if (log & IE31200_ECCERRLOG_UE) {
326 eccerrlog_row(log),
329 } else if (log & IE31200_ECCERRLOG_CE) {
332 IE31200_ECCERRLOG_SYNDROME(log),
333 eccerrlog_row(log),