Searched refs:mlog (Results 1 – 1 of 1) sorted by relevance
112 static inline u8 rtas_mc_error_sub_type(const struct pseries_mc_errorlog *mlog) in rtas_mc_error_sub_type() argument114 switch (mlog->error_type) { in rtas_mc_error_sub_type()116 return (mlog->sub_err_type & 0x07); in rtas_mc_error_sub_type()120 return (mlog->sub_err_type & 0x03); in rtas_mc_error_sub_type()122 return (mlog->sub_err_type & 0x70) >> 4; in rtas_mc_error_sub_type()
Completed in 38 milliseconds