Lines Matching defs:llcc_drv_data
143 struct llcc_drv_data { struct
144 struct regmap **regmaps;
145 struct regmap *bcast_regmap;
146 struct regmap *bcast_and_regmap;
147 const struct llcc_slice_config *cfg;
148 const struct llcc_edac_reg_offset *edac_reg_offset;
149 struct mutex lock;
150 u32 cfg_size;
151 u32 max_slices;
152 u32 num_banks;
153 unsigned long *bitmap;
154 int ecc_irq;
155 bool ecc_irq_configured;
156 u32 version;