Lines Matching defs:llcc_drv_data
131 struct llcc_drv_data { struct
132 struct regmap **regmaps;
133 struct regmap *bcast_regmap;
134 struct regmap *bcast_and_regmap;
135 const struct llcc_slice_config *cfg;
136 const struct llcc_edac_reg_offset *edac_reg_offset;
137 struct mutex lock;
138 u32 cfg_size;
139 u32 max_slices;
140 u32 num_banks;
141 unsigned long *bitmap;
142 int ecc_irq;
143 bool ecc_irq_configured;
144 u32 version;