Searched defs:pcmciamtd_dev (Results 1 – 1 of 1) sorted by relevance
31 struct pcmciamtd_dev { struct32 struct pcmcia_device *p_dev;33 void __iomem *win_base; /* ioremapped address of PCMCIA window */34 unsigned int win_size; /* size of window */35 unsigned int offset; /* offset into card the window currently points at */36 struct map_info pcmcia_map;37 struct mtd_info *mtd_info;38 int vpp;39 char mtd_name[sizeof(struct cistpl_vers_1_t)];