Lines Matching refs:p_error
103 tsp_print_error(unsigned int indent, unsigned long p_error)
107 if (PER_INV(p_error)) {
112 if (!PER_ERR(p_error))
129 PER_ERR(p_error));
132 if (PER_ECC(p_error)) {
133 IPRINTF(indent, "address = 0x%09lx\n", PER_SADR(p_error));
134 IPRINTF(indent, "command = 0x%lx<%s>\n", PER_CMD(p_error),
135 NTH_STR(PER_CMD(p_error) & 0x3,
137 IPRINTF(indent, "syndrome = 0x%02lx\n", PER_SYN(p_error));
140 PER_PADR(p_error), PER_TRNS(p_error),
141 NTH_STR(PER_TRNS(p_error), "No DAC", "DAC SG Win3",
143 IPRINTF(indent, "command = 0x%lx<%s>\n", PER_CMD(p_error),
144 NTH_STR(PER_CMD(p_error),