Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 26) sorted by relevance

12

/include/linux/mtd/
Dmap.h18 #define map_bankwidth(map) 1 argument
19 #define map_bankwidth_is_1(map) (map_bankwidth(map) == 1) argument
20 #define map_bankwidth_is_large(map) (0) argument
21 #define map_words(map) (1) argument
24 #define map_bankwidth_is_1(map) (0) argument
30 # define map_bankwidth(map) ((map)->bankwidth) argument
32 # define map_bankwidth(map) 2 argument
33 # define map_bankwidth_is_large(map) (0) argument
34 # define map_words(map) (1) argument
36 #define map_bankwidth_is_2(map) (map_bankwidth(map) == 2) argument
[all …]
Dcfi.h286 struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd_addr()
311 static inline map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd()
375 static inline unsigned long cfi_merge_status(map_word val, struct map_info *map, in cfi_merge_status()
445 struct map_info *map, struct cfi_private *cfi, in cfi_send_gen_cmd()
460 static inline uint8_t cfi_read_query(struct map_info *map, uint32_t addr) in cfi_read_query()
476 static inline uint16_t cfi_read_query16(struct map_info *map, uint32_t addr) in cfi_read_query16()
Dpfow.h99 static inline void send_pfow_command(struct map_info *map, in send_pfow_command()
Dqinfo.h78 static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map) in lpddr_build_cmd()
/include/net/sctp/
Dtsnmap.h126 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn()
132 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen()
138 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups()
144 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups()
158 static inline int sctp_tsnmap_has_gap(const struct sctp_tsnmap *map) in sctp_tsnmap_has_gap()
166 static inline void sctp_tsnmap_mark_dup(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_mark_dup()
/include/asm-m32r/
Dsmp.h21 #define physid_set(physid, map) set_bit(physid, (map).mask) argument
22 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument
23 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument
24 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument
28 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS) argument
30 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS) argument
32 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS) argument
35 #define physids_coerce(map) ((map).mask[0]) argument
/include/drm/
Ddrm_os_linux.h14 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument
16 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument
18 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument
20 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument
22 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument
24 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument
DdrmP.h531 struct drm_map *map; /**< mapping */ member
1413 static __inline__ void drm_core_dropmap(struct drm_map *map) in drm_core_dropmap()
/include/xen/
Dgrant_table.h115 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
/include/linux/
Dmap_to_7segment.h78 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7()
Diommu.h36 int (*map)(struct iommu_domain *domain, unsigned long iova, member
Dpipe_fs_i.h95 void * (*map)(struct pipe_inode_info *, struct pipe_buffer *, int); member
Duio_driver.h36 struct uio_map *map; member
DmISDNif.h322 test_channelmap(u_int nr, u_char *map) in test_channelmap()
331 set_channelmap(u_int nr, u_char *map) in set_channelmap()
337 clear_channelmap(u_int nr, u_char *map) in clear_channelmap()
Dgpio_event.h158 uint16_t (*map)(struct gpio_event_axis_info *info, uint16_t in); member
Ddevice-mapper.h128 dm_map_fn map; member
Defi.h239 void *map; member
Dmmzone.h1007 unsigned long map = section->section_mem_map; in __section_mem_map_addr() local
/include/pcmcia/
Dss.h90 u_char map; member
97 u_char map; member
Dds.h306 memreq_t map; member
/include/net/
Dcipso_ipv4.h84 } map; member
Dieee80211.h708 u8 map; member
757 u8 map; member
/include/media/
Dvideobuf-core.h104 struct videobuf_mapping *map; member
/include/linux/raid/
Dbitmap.h183 char *map; member
/include/linux/mlx4/
Ddevice.h244 dma_addr_t map; member

12