Searched defs:mchp48l640_flash (Results 1 – 1 of 1) sorted by relevance
32 struct mchp48l640_flash { struct33 struct spi_device *spi;34 struct mutex lock;58 #define to_mchp48l640_flash(x) container_of(x, struct mchp48l640_flash, mtd) argument