Searched refs:syndrome_code (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | chmc.c | 204 static int syndrome_to_qword_code(int syndrome_code) in syndrome_to_qword_code() argument 206 if (syndrome_code < 128) in syndrome_to_qword_code() 207 syndrome_code += 16; in syndrome_to_qword_code() 208 else if (syndrome_code < 128 + 9) in syndrome_to_qword_code() 209 syndrome_code -= (128 - 7); in syndrome_to_qword_code() 210 else if (syndrome_code < (128 + 9 + 3)) in syndrome_to_qword_code() 211 syndrome_code -= (128 + 9 - 4); in syndrome_to_qword_code() 213 syndrome_code -= (128 + 9 + 3); in syndrome_to_qword_code() 214 return syndrome_code; in syndrome_to_qword_code() 230 static void get_pin_and_dimm_str(int syndrome_code, unsigne argument 293 jbusmc_print_dimm(int syndrome_code, unsigned long phys_addr, char *buf, int buflen) jbusmc_print_dimm() argument 539 chmc_print_dimm(int syndrome_code, unsigned long phys_addr, char *buf, int buflen) chmc_print_dimm() argument [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | chmc.c | 205 static int syndrome_to_qword_code(int syndrome_code) in syndrome_to_qword_code() argument 207 if (syndrome_code < 128) in syndrome_to_qword_code() 208 syndrome_code += 16; in syndrome_to_qword_code() 209 else if (syndrome_code < 128 + 9) in syndrome_to_qword_code() 210 syndrome_code -= (128 - 7); in syndrome_to_qword_code() 211 else if (syndrome_code < (128 + 9 + 3)) in syndrome_to_qword_code() 212 syndrome_code -= (128 + 9 - 4); in syndrome_to_qword_code() 214 syndrome_code -= (128 + 9 + 3); in syndrome_to_qword_code() 215 return syndrome_code; in syndrome_to_qword_code() 231 static void get_pin_and_dimm_str(int syndrome_code, unsigne argument 294 jbusmc_print_dimm(int syndrome_code, unsigned long phys_addr, char *buf, int buflen) jbusmc_print_dimm() argument 540 chmc_print_dimm(int syndrome_code, unsigned long phys_addr, char *buf, int buflen) chmc_print_dimm() argument [all...] |
/kernel/linux/linux-5.10/arch/sparc/prom/ |
H A D | misc_64.c | 318 int prom_getunumber(int syndrome_code, in prom_getunumber() argument 333 args[9] = (unsigned int) syndrome_code; in prom_getunumber()
|
/kernel/linux/linux-6.6/arch/sparc/prom/ |
H A D | misc_64.c | 318 int prom_getunumber(int syndrome_code, in prom_getunumber() argument 333 args[9] = (unsigned int) syndrome_code; in prom_getunumber()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | oplib_64.h | 145 int prom_getunumber(int syndrome_code,
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | oplib_64.h | 145 int prom_getunumber(int syndrome_code,
|
Completed in 5 milliseconds