Searched refs:ecc_status (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/edac/ |
| H A D | zynqmp_edac.c | 91 struct ecc_status { struct 113 struct ecc_status stat; argument 133 static void get_error_info(void __iomem *base, struct ecc_status *p, int mask) in get_error_info() 157 static void handle_error(struct edac_device_ctl_info *dci, struct ecc_status *p) in handle_error()
|
| H A D | versalnet_edac.c | 130 struct ecc_status { struct 153 struct ecc_status stat; argument 216 struct ecc_status *p; in get_ddr_info() 429 static void handle_error(struct mc_priv *priv, struct ecc_status *stat, in handle_error() 595 struct ecc_status *p; in rpmsg_cb() 647 memset(p, 0, sizeof(struct ecc_status)); in rpmsg_cb() 658 memset(p, 0, sizeof(struct ecc_status)); in rpmsg_cb()
|
| H A D | versal_edac.c | 201 struct ecc_status { struct 234 struct ecc_status stat; 251 struct ecc_status *p; in get_ce_error_info() 283 struct ecc_status *p; in get_ue_error_info() 316 struct ecc_status *p; in get_error_info() 414 static void handle_error(struct mem_ctl_info *mci, struct ecc_status *stat) in handle_error() 459 struct ecc_status *p; in err_callback()
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_hwi.c | 957 u32 ecc_status; in asd_hst_pcix_isr() local 961 pci_read_config_dword(asd_ha->pcidev, ECC_CTRL_STAT, &ecc_status); in asd_hst_pcix_isr() 986 else if (ecc_status & UNCOR_ECCERR) in asd_hst_pcix_isr()
|