Searched refs:map_word (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dmap.h163 } map_word; typedef in typeref:union:__anon10059
198 map_word (*read)(struct map_info *, unsigned long);
201 void (*write)(struct map_info *, const map_word, unsigned long);
246 static inline int map_word_equal(struct map_info *map, map_word val1, map_word val2)
256 static inline map_word map_word_and(struct map_info *map, map_word val1, map_word val2)
258 map_word r;
267 static inline map_word map_word_cl
[all...]
H A Dcfi.h273 static inline map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi)
275 map_word val = { {0} };
337 static inline unsigned long cfi_merge_status(map_word val, struct map_info *map,
408 int type, map_word *prev_val)
410 map_word val;
425 map_word val = map_read(map, addr);
441 map_word val = map_read(map, addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Ddc21285.c57 static map_word dc21285_read8(struct map_info *map, unsigned long ofs)
59 map_word val;
64 static map_word dc21285_read16(struct map_info *map, unsigned long ofs)
66 map_word val;
71 static map_word dc21285_read32(struct map_info *map, unsigned long ofs)
73 map_word val;
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)
111 map_word
[all...]
H A Dtsunami_flash.c18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset)
20 map_word val;
25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset)
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)
H A Dsbc_gxx.c117 static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs)
119 map_word ret;
144 static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr)
H A Dvmax301.c57 static map_word vmax301_read8(struct map_info *map, unsigned long ofs)
59 map_word ret;
83 static void vmax301_write8(struct map_info *map, map_word d, unsigned long adr)
H A Dpci.c43 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs)
46 map_word val;
52 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs)
55 map_word val;
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)
H A Dixp4xx.c90 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs)
92 map_word val;
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)
H A Dixp2000.c75 static map_word ixp2000_flash_read8(struct map_info *map, unsigned long ofs)
77 map_word val;
96 static void ixp2000_flash_write8(struct map_info *map, map_word d, unsigned long ofs)
H A Doctagon-5066.c65 static map_word oct5066_read8(struct map_info *map, unsigned long ofs)
67 map_word ret;
92 static void oct5066_write8(struct map_info *map, map_word d, unsigned long adr)
H A Dpcmciamtd.c134 static map_word pcmcia_read8_remap(struct map_info *map, unsigned long ofs)
137 map_word d = {{0}};
149 static map_word pcmcia_read16_remap(struct map_info *map, unsigned long ofs)
152 map_word d = {{0}};
190 static void pcmcia_write8_remap(struct map_info *map, map_word d, unsigned long adr)
202 static void pcmcia_write16_remap(struct map_info *map, map_word d, unsigned long adr)
243 static map_word pcmcia_read8(struct map_info *map, unsigned long ofs)
246 map_word d = {{0}};
257 static map_word pcmcia_read16(struct map_info *map, unsigned long ofs)
260 map_word
[all...]
/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)
180 map_word tmp;
191 static void flash_write(struct map_info *map, map_word d, unsigned long adr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c56 static map_word flash_read(struct map_info *map, unsigned long ofs)
58 map_word tmp;
69 static void flash_write(struct map_info *map, map_word d, unsigned long adr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dmap_ram.c88 map_word allff;
H A Dcfi_cmdset_0002.c442 map_word d, t;
465 static int __xipram chip_good(struct map_info *map, unsigned long addr, map_word expected)
467 map_word oldd, curd;
666 map_word status, OK = CMD(0x80);
967 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum)
982 map_word oldd;
1097 map_word tmp_buf;
1143 map_word datum;
1168 map_word tmp_buf;
1213 map_word datu
[all...]
H A Dcfi_cmdset_0001.c649 map_word status, status_OK = CMD(0x80), status_PWS = CMD(0x01);
940 map_word status, OK = CMD(0x80);
1071 map_word status, status_OK = CMD(0x80);
1324 unsigned long adr, map_word datum, int mode)
1327 map_word status, write_cmd;
1416 map_word datum;
1441 map_word datum = map_word_load(map, buf);
1462 map_word datum;
1484 map_word status, write_cmd, datum;
1530 map_word Xstatu
[all...]
H A Dcfi_cmdset_0020.c253 map_word status, status_OK;
424 map_word status, status_OK;
525 map_word d;
732 map_word status, status_OK;
1036 map_word status, status_OK;
1184 map_word status, status_OK;
H A Dcfi_probe.c78 map_word val[3];
79 map_word qry[3];
H A Djedec_probe.c1770 map_word result;
1781 map_word result;

Completed in 152 milliseconds