Lines Matching refs:_map
40 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) in mtd_pci_read8() argument
42 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read8()
48 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) in mtd_pci_read32() argument
50 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read32()
56 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom() argument
58 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_copyfrom()
62 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8() argument
64 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write8()
68 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32() argument
70 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write32()
74 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) in mtd_pci_copyto() argument
76 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_copyto()