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