Lines Matching defs:intel_dg_nvm
23 struct intel_dg_nvm { struct24 struct kref refcnt;25 struct mtd_info mtd;26 struct mutex lock; /* region access lock */27 void __iomem *base;28 void __iomem *base2;29 bool non_posted_erase;31 size_t size;32 unsigned int nregions;33 struct {40 } regions[] __counted_by(nregions);