Searched refs:pinf (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/edac/ |
| H A D | zynqmp_edac.c | 160 struct ecc_error_info *pinf; in handle_error() local 163 pinf = &p->ceinfo; in handle_error() 166 "CE", pinf->addr, pinf->fault_hi, pinf->fault_lo); in handle_error() 171 pinf = &p->ueinfo; in handle_error() 174 "UE", pinf->addr, pinf->fault_hi, pinf->fault_lo); in handle_error()
|
| H A D | versal_edac.c | 371 row = pinf.rowhi << 10 | pinf.row; in convert_to_physical() 379 pinf.col >>= 1; in convert_to_physical() 384 pinf.bank >>= 1; in convert_to_physical() 389 pinf.group >>= 1; in convert_to_physical() 394 pinf.rank >>= 1; in convert_to_physical() 399 pinf.lrank >>= 1; in convert_to_physical() 417 union ecc_error_info pinf; in handle_error() local 421 pinf = stat->ceinfo[stat->channel]; in handle_error() 425 convert_to_physical(priv, pinf), pinf.burstpos); in handle_error() 434 pinf = stat->ueinfo[stat->channel]; in handle_error() [all …]
|
| H A D | synopsys_edac.c | 505 struct ecc_error_info *pinf; in handle_error() local 508 pinf = &p->ceinfo; in handle_error() 512 "CE", pinf->row, pinf->bank, in handle_error() 513 pinf->bankgrpnr, pinf->blknr, in handle_error() 514 pinf->bitpos, pinf->data); in handle_error() 518 "CE", pinf->row, pinf->bank, pinf->col, in handle_error() 519 pinf->bitpos, pinf->data); in handle_error() 528 pinf = &p->ueinfo; in handle_error() 532 "UE", pinf->row, pinf->bank, in handle_error() 533 pinf->bankgrpnr, pinf->blknr); in handle_error() [all …]
|