Searched defs:pcmciamtd_dev (Results 1 – 1 of 1) sorted by relevance
55 struct pcmciamtd_dev { struct56 dev_link_t link; /* PCMCIA link */57 dev_node_t node; /* device node */58 caddr_t win_base; /* ioremapped address of PCMCIA window */59 unsigned int win_size; /* size of window */60 unsigned int offset; /* offset into card the window currently points at */61 struct map_info pcmcia_map;62 struct mtd_info *mtd_info;63 int vpp;64 char mtd_name[sizeof(struct cistpl_vers_1_t)];