Searched refs:map_info (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dphysmap.h23 struct map_info;
27 void (*set_vpp)(struct map_info *, int);
36 int bankwidth, void (*set_vpp)(struct map_info *, int) );
H A Dgen_probe.h17 int (*probe_chip)(struct map_info *map, __u32 base,
21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp);
H A Dmap.h165 /* The map stuff is very simple. You fill in your struct map_info with
176 The mtd->priv field will point to the struct map_info, and any further
183 struct map_info { struct
198 map_word (*read)(struct map_info *, unsigned long);
199 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t);
201 void (*write)(struct map_info *, const map_word, unsigned long);
202 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t);
213 void (*inval_cache)(struct map_info *, unsigned long, ssize_t);
217 void (*set_vpp)(struct map_info *, int);
226 struct mtd_info *(*probe)(struct map_info *ma
[all...]
H A Dcfi.h250 struct mtd_info *(*cmdset_setup)(struct map_info *);
273 static inline map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi)
337 static inline unsigned long cfi_merge_status(map_word val, struct map_info *map,
407 struct map_info *map, struct cfi_private *cfi,
423 static inline uint8_t cfi_read_query(struct map_info *map, uint32_t addr)
439 static inline uint16_t cfi_read_query16(struct map_info *map, uint32_t addr)
465 struct cfi_extquery *cfi_read_pri(struct map_info *map, uint16_t adr, uint16_t size,
483 typedef int (*varsize_frob_t)(struct map_info *map, struct flchip *chip,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dfortunet.c32 struct map_info map_info; member in struct:map_region
45 struct map_info default_map = {
118 memcpy(&map_regions[params[1]].map_info,
119 &default_map,sizeof(map_regions[params[1]].map_info));
124 map_regions[params[1]].map_info.name = map_regions[params[1]].map_name;
125 strcpy(map_regions[params[1]].map_info.name,string);
132 map_regions[params[1]].map_info.size = params[3];
136 map_regions[params[1]].map_info.bankwidth = params[4];
195 memcpy(&map_regions[ix].map_info,
[all...]
H A Dmap_funcs.c14 static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs)
19 static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs)
24 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len)
29 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len)
34 void simple_map_init(struct map_info *map)
H A Dtsunami_flash.c18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset)
25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset)
31 struct map_info *map, void *addr, unsigned long offset, ssize_t len)
44 struct map_info *map, unsigned long offset,
62 static struct map_info tsunami_flash_map = {
H A Ddc21285.c57 static map_word dc21285_read8(struct map_info *map, unsigned long ofs)
64 static map_word dc21285_read16(struct map_info *map, unsigned long ofs)
71 static map_word dc21285_read32(struct map_info *map, unsigned long ofs)
78 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len)
83 static void dc21285_write8(struct map_info *map, const map_word d, unsigned long adr)
92 static void dc21285_write16(struct map_info *map, const map_word d, unsigned long adr)
101 static void dc21285_write32(struct map_info *map, const map_word d, unsigned long adr)
108 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len)
120 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len)
132 static void dc21285_copy_to_8(struct map_info *ma
[all...]
H A Dvmax301.c36 more private space in the struct map_info. We lose a little
43 static void __vmax301_page(struct map_info *map, unsigned long page)
49 static inline void vmax301_page(struct map_info *map,
57 static map_word vmax301_read8(struct map_info *map, unsigned long ofs)
67 static void vmax301_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len)
83 static void vmax301_write8(struct map_info *map, map_word d, unsigned long adr)
91 static void vmax301_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len)
108 static struct map_info vmax_map[2] = {
H A Dsbc_gxx.c106 static inline void sbc_gxx_page(struct map_info *map, unsigned long ofs)
117 static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs)
127 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len)
144 static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr)
152 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len)
169 static struct map_info sbc_gxx_map = {
H A Duclinux.c26 struct map_info uclinux_ram_map = {
45 struct map_info *map = mtd->priv;
56 struct map_info *mapp;
H A Doctagon-5066.c50 static void __oct5066_page(struct map_info *map, __u8 byte)
56 static inline void oct5066_page(struct map_info *map, unsigned long ofs)
65 static map_word oct5066_read8(struct map_info *map, unsigned long ofs)
75 static void oct5066_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len)
92 static void oct5066_write8(struct map_info *map, map_word d, unsigned long adr)
100 static void oct5066_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len)
117 static struct map_info oct5066_map[2] = {
H A Dlasat.c29 static void lasat_set_vpp(struct map_info *map, int vpp)
37 static struct map_info lasat_map = {
H A Dpci.c36 struct map_info map;
43 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs)
52 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs)
61 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len)
67 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs)
74 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs)
81 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len)
87 static const struct map_info mtd_pci_map = {
H A Dixp2000.c42 struct map_info map;
47 static inline unsigned long flash_bank_setup(struct map_info *map, unsigned long ofs)
75 static map_word ixp2000_flash_read8(struct map_info *map, unsigned long ofs)
88 static void ixp2000_flash_copy_from(struct map_info *map, void *to,
96 static void ixp2000_flash_write8(struct map_info *map, map_word d, unsigned long ofs)
102 static void ixp2000_flash_copy_to(struct map_info *map, unsigned long to,
H A Dixp4xx.c90 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs)
102 static void ixp4xx_copy_from(struct map_info *map, void *to,
133 static void ixp4xx_probe_write16(struct map_info *map, map_word d, unsigned long adr)
142 static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr)
149 struct map_info map;
H A Docelot.c31 struct map_info *map = mtd->priv;
49 struct map_info ocelot_flash_map = {
56 struct map_info ocelot_nvram_map = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dmap_ram.c24 static struct mtd_info *map_ram_probe(struct map_info *map);
33 static struct mtd_info *map_ram_probe(struct map_info *map)
67 struct map_info *map = mtd->priv;
76 struct map_info *map = mtd->priv;
87 struct map_info *map = mtd->priv;
H A Dmap_rom.c22 static struct mtd_info *map_rom_probe(struct map_info *map);
30 static struct mtd_info *map_rom_probe(struct map_info *map)
57 struct map_info *map = mtd->priv;
H A Dgen_probe.c16 static struct mtd_info *check_cmd_set(struct map_info *, int);
17 static struct cfi_private *genprobe_ident_chips(struct map_info *map,
19 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp,
22 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp)
60 static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chip_probe *cp)
169 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp,
197 typedef struct mtd_info *cfi_cmdset_fn_t(struct map_info *, int);
203 static inline struct mtd_info *cfi_cmdset_unknown(struct map_info *map,
234 static struct mtd_info *check_cmd_set(struct map_info *map, int primary)
H A Dchipreg.c60 struct mtd_info *do_map_probe(const char *name, struct map_info *map)
93 struct map_info *map = mtd->priv;
H A Dmap_absent.c35 static struct mtd_info *map_absent_probe(struct map_info *map);
46 static struct mtd_info *map_absent_probe(struct map_info *map)
H A Dcfi_util.c31 __xipram cfi_read_pri(struct map_info *map, __u16 adr, __u16 size, const char* name)
79 struct map_info *map = mtd->priv;
96 struct map_info *map = mtd->priv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-zero.c32 union map_info *map_context)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c178 static map_word flash_read(struct map_info *map, unsigned long ofs)
185 static void flash_copy_from(struct map_info *map, void *to,
191 static void flash_write(struct map_info *map, map_word d, unsigned long adr)
211 static struct map_info map_cse0 = {
227 static struct map_info map_cse1 = {
307 static struct mtd_info *probe_cs(struct map_info *map_cs)

Completed in 198 milliseconds

1234