Searched refs:_map (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/mtd/maps/
H A Dpci.c40 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) mtd_pci_read8() argument
42 struct map_pci_info *map = (struct map_pci_info *)_map; mtd_pci_read8()
48 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) mtd_pci_read32() argument
50 struct map_pci_info *map = (struct map_pci_info *)_map; mtd_pci_read32()
56 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) mtd_pci_copyfrom() argument
58 struct map_pci_info *map = (struct map_pci_info *)_map; mtd_pci_copyfrom()
62 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) mtd_pci_write8() argument
64 struct map_pci_info *map = (struct map_pci_info *)_map; mtd_pci_write8()
68 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) mtd_pci_write32() argument
70 struct map_pci_info *map = (struct map_pci_info *)_map; mtd_pci_write32()
74 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) mtd_pci_copyto() argument
76 struct map_pci_info *map = (struct map_pci_info *)_map; mtd_pci_copyto()
/linux-4.1.27/fs/adfs/
H A Dmap.c56 #define GET_FRAG_ID(_map,_start,_idmask) \
58 unsigned char *_m = _map + (_start >> 3); \
89 __le32 *_map = (__le32 *)map; lookup_zone() local
90 u32 v = le32_to_cpu(_map[mapptr >> 5]) >> (mapptr & 31); lookup_zone()
95 v = le32_to_cpu(_map[mapptr >> 5]); lookup_zone()
167 __le32 *_map = (__le32 *)map; scan_free_map() local
168 u32 v = le32_to_cpu(_map[mapptr >> 5]) >> (mapptr & 31); scan_free_map()
173 v = le32_to_cpu(_map[mapptr >> 5]); scan_free_map()
/linux-4.1.27/include/uapi/linux/
H A Dmap_to_7segment.h83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
/linux-4.1.27/arch/mips/include/asm/sn/sn0/
H A Daddrs.h145 #define SABLE_LOG_TRIGGER(_map)
/linux-4.1.27/arch/blackfin/kernel/
H A Dbfin_gpio.c144 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)]
148 #define DECLARE_RESERVED_MAP(m, c) static unsigned short reserved_##m##_map[c]

Completed in 173 milliseconds