Lines Matching refs:map_info
208 struct map_info { struct
224 map_word (*read)(struct map_info *, unsigned long); argument
225 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t); argument
227 void (*write)(struct map_info *, const map_word, unsigned long); argument
228 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); argument
239 void (*inval_cache)(struct map_info *, unsigned long, ssize_t); argument
243 void (*set_vpp)(struct map_info *, int); argument
254 struct mtd_info *(*probe)(struct map_info *map); argument
264 struct mtd_info *do_map_probe(const char *name, struct map_info *map);
274 static inline int map_word_equal(struct map_info *map, map_word val1, map_word val2) in map_word_equal()
286 static inline map_word map_word_and(struct map_info *map, map_word val1, map_word val2) in map_word_and()
297 static inline map_word map_word_clr(struct map_info *map, map_word val1, map_word val2) in map_word_clr()
308 static inline map_word map_word_or(struct map_info *map, map_word val1, map_word val2) in map_word_or()
319 static inline int map_word_andequal(struct map_info *map, map_word val1, map_word val2, map_word va… in map_word_andequal()
331 static inline int map_word_bitsset(struct map_info *map, map_word val1, map_word val2) in map_word_bitsset()
343 static inline map_word map_word_load(struct map_info *map, const void *ptr) in map_word_load()
365 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned ch… in map_word_load_partial()
395 static inline map_word map_word_ff(struct map_info *map) in map_word_ff()
411 static inline map_word inline_map_read(struct map_info *map, unsigned long ofs) in inline_map_read()
433 static inline void inline_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in inline_map_write()
452 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from()
460 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to()
471 extern void simple_map_init(struct map_info *);