Searched defs:physmap_flash_data (Results 1 – 4 of 4) sorted by relevance
24 struct physmap_flash_data { struct25 unsigned int width;26 int (*init)(struct platform_device *);27 void (*exit)(struct platform_device *);28 void (*set_vpp)(struct platform_device *, int);29 unsigned int nr_parts;30 unsigned int pfow_base;31 char *probe_type;32 struct mtd_partition *parts;33 const char **part_probe_types;
29 static struct physmap_flash_data physmap_flash_data = { variable
212 static struct physmap_flash_data physmap_flash_data = { variable
205 static struct physmap_flash_data physmap_flash_data = { variable