Lines Matching refs:synd_code
203 #define SYND_IS_SINGLE_BIT_DATA(synd_code) ((synd_code >= 0) && \ argument
204 (synd_code < C0))
205 #define SYND_IS_SINGLE_BIT_CHK(synd_code) ((synd_code >= C0) && \ argument
206 (synd_code <= C7))
1109 int synd_code; in cpu_ce_log_err() local
1115 synd_code = synd_to_synd_code(AFLT_STAT_VALID, in cpu_ce_log_err()
1118 if (SYND_IS_SINGLE_BIT_DATA(synd_code)) { in cpu_ce_log_err()
1121 "and corrected", synd_code); in cpu_ce_log_err()
1122 } else if (SYND_IS_SINGLE_BIT_CHK(synd_code)) { in cpu_ce_log_err()
1125 "and corrected", synd_code - C0); in cpu_ce_log_err()
1131 switch (synd_code) { in cpu_ce_log_err()
1157 synd_code); in cpu_ce_log_err()
1894 short synd_code; in cpu_get_mem_unum() local
1898 synd_code = synd_to_synd_code(synd_status, synd); in cpu_get_mem_unum()
1899 if (synd_code == -1) { in cpu_get_mem_unum()
1901 } else if (prom_get_unum(synd_code, P2ALIGN(afar, 8), in cpu_get_mem_unum()