Lines Matching defs:_map
37 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs)
39 struct map_pci_info *map = (struct map_pci_info *)_map;
45 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs)
47 struct map_pci_info *map = (struct map_pci_info *)_map;
53 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len)
55 struct map_pci_info *map = (struct map_pci_info *)_map;
59 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs)
61 struct map_pci_info *map = (struct map_pci_info *)_map;
65 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs)
67 struct map_pci_info *map = (struct map_pci_info *)_map;
71 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len)
73 struct map_pci_info *map = (struct map_pci_info *)_map;