Searched defs:altr_edac_device_dev (Results 1 – 1 of 1) sorted by relevance
374 struct altr_edac_device_dev { struct375 struct list_head next;376 void __iomem *base;377 int sb_irq;378 int db_irq;379 const struct edac_device_prv_data *data;380 struct dentry *debugfs_dir;381 char *edac_dev_name;382 struct altr_arria10_edac *edac;383 struct edac_device_ctl_info *edac_dev;[all …]