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