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