Symbol: map_word
arch/mips/cavium-octeon/flash_setup.c
31
static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs)
arch/mips/cavium-octeon/flash_setup.c
33
map_word r;
arch/mips/cavium-octeon/flash_setup.c
42
static void octeon_flash_map_write(struct map_info *map, const map_word datum,
drivers/media/pci/cobalt/cobalt-flash.c
25
static map_word flash_read16(struct map_info *map, unsigned long offset)
drivers/media/pci/cobalt/cobalt-flash.c
27
map_word r;
drivers/media/pci/cobalt/cobalt-flash.c
38
static void flash_write16(struct map_info *map, const map_word datum,
drivers/mtd/chips/cfi_cmdset_0001.c
1160
map_word status, OK = CMD(0x80);
drivers/mtd/chips/cfi_cmdset_0001.c
1291
map_word status, status_OK = CMD(0x80);
drivers/mtd/chips/cfi_cmdset_0001.c
1566
unsigned long adr, map_word datum, int mode)
drivers/mtd/chips/cfi_cmdset_0001.c
1569
map_word status, write_cmd;
drivers/mtd/chips/cfi_cmdset_0001.c
1656
map_word datum;
drivers/mtd/chips/cfi_cmdset_0001.c
1681
map_word datum = map_word_load(map, buf);
drivers/mtd/chips/cfi_cmdset_0001.c
1702
map_word datum;
drivers/mtd/chips/cfi_cmdset_0001.c
1724
map_word status, write_cmd, datum;
drivers/mtd/chips/cfi_cmdset_0001.c
1779
map_word Xstatus = map_read(map, cmd_adr);
drivers/mtd/chips/cfi_cmdset_0001.c
1952
map_word status;
drivers/mtd/chips/cfi_cmdset_0001.c
2281
map_word datum = map_word_ff(map);
drivers/mtd/chips/cfi_cmdset_0001.c
2301
map_word datum;
drivers/mtd/chips/cfi_cmdset_0001.c
2387
map_word lockword;
drivers/mtd/chips/cfi_cmdset_0001.c
827
map_word status, status_OK = CMD(0x80), status_PWS = CMD(0x01);
drivers/mtd/chips/cfi_cmdset_0002.c
1060
map_word status, OK = CMD(0x80);
drivers/mtd/chips/cfi_cmdset_0002.c
133
map_word status;
drivers/mtd/chips/cfi_cmdset_0002.c
1382
unsigned long adr, map_word datum,
drivers/mtd/chips/cfi_cmdset_0002.c
1393
map_word datum = map_word_ff(map);
drivers/mtd/chips/cfi_cmdset_0002.c
1645
unsigned long adr, map_word datum,
drivers/mtd/chips/cfi_cmdset_0002.c
1750
unsigned long adr, map_word datum,
drivers/mtd/chips/cfi_cmdset_0002.c
1755
map_word oldd;
drivers/mtd/chips/cfi_cmdset_0002.c
1790
unsigned long adr, map_word datum,
drivers/mtd/chips/cfi_cmdset_0002.c
1831
map_word tmp_buf;
drivers/mtd/chips/cfi_cmdset_0002.c
1877
map_word datum;
drivers/mtd/chips/cfi_cmdset_0002.c
1902
map_word tmp_buf;
drivers/mtd/chips/cfi_cmdset_0002.c
1938
map_word datum)
drivers/mtd/chips/cfi_cmdset_0002.c
2024
map_word datum;
drivers/mtd/chips/cfi_cmdset_0002.c
2229
unsigned long adr, map_word datum)
drivers/mtd/chips/cfi_cmdset_0002.c
2234
map_word oldd;
drivers/mtd/chips/cfi_cmdset_0002.c
2322
map_word tmp_buf;
drivers/mtd/chips/cfi_cmdset_0002.c
2356
map_word datum;
drivers/mtd/chips/cfi_cmdset_0002.c
2382
map_word tmp_buf;
drivers/mtd/chips/cfi_cmdset_0002.c
2416
map_word datum = map_word_ff(map);
drivers/mtd/chips/cfi_cmdset_0002.c
2516
map_word datum = map_word_ff(map);
drivers/mtd/chips/cfi_cmdset_0002.c
831
unsigned long addr, map_word *expected)
drivers/mtd/chips/cfi_cmdset_0002.c
834
map_word oldd, curd;
drivers/mtd/chips/cfi_cmdset_0002.c
838
map_word ready = CMD(CFI_SR_DRB);
drivers/mtd/chips/cfi_cmdset_0002.c
862
unsigned long addr, map_word *expected)
drivers/mtd/chips/cfi_cmdset_0002.c
865
map_word *datum = expected;
drivers/mtd/chips/cfi_cmdset_0020.c
1034
map_word status, status_OK;
drivers/mtd/chips/cfi_cmdset_0020.c
1180
map_word status, status_OK;
drivers/mtd/chips/cfi_cmdset_0020.c
250
map_word status, status_OK;
drivers/mtd/chips/cfi_cmdset_0020.c
424
map_word status, status_OK;
drivers/mtd/chips/cfi_cmdset_0020.c
525
map_word d;
drivers/mtd/chips/cfi_cmdset_0020.c
735
map_word status, status_OK;
drivers/mtd/chips/cfi_util.c
132
unsigned long cfi_merge_status(map_word val, struct map_info *map,
drivers/mtd/chips/cfi_util.c
204
int type, map_word *prev_val)
drivers/mtd/chips/cfi_util.c
206
map_word val;
drivers/mtd/chips/cfi_util.c
223
map_word val[3];
drivers/mtd/chips/cfi_util.c
224
map_word qry[3];
drivers/mtd/chips/cfi_util.c
66
map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi)
drivers/mtd/chips/cfi_util.c
68
map_word val = { {0} };
drivers/mtd/chips/jedec_probe.c
1914
map_word result;
drivers/mtd/chips/jedec_probe.c
1937
map_word result;
drivers/mtd/chips/map_ram.c
133
map_word allff;
drivers/mtd/hyperbus/hyperbus-core.c
20
static map_word hyperbus_read16(struct map_info *map, unsigned long addr)
drivers/mtd/hyperbus/hyperbus-core.c
24
map_word read_data;
drivers/mtd/hyperbus/hyperbus-core.c
31
static void hyperbus_write16(struct map_info *map, map_word d,
drivers/mtd/hyperbus/rpc-if.c
80
map_word data;
drivers/mtd/lpddr/lpddr2_nvm.c
166
map_word add_l = { {0} }, add_h = { {0} }, mpr_l = { {0} },
drivers/mtd/lpddr/lpddr2_nvm.c
169
map_word data_h = { {0} }; /* only for 2x x16 devices stacked */
drivers/mtd/lpddr/lpddr2_nvm.c
265
map_word pfow_val[4];
drivers/mtd/lpddr/lpddr2_nvm.c
84
static inline map_word build_map_word(u_long myword)
drivers/mtd/lpddr/lpddr2_nvm.c
86
map_word val = { {0} };
drivers/mtd/lpddr/lpddr_cmds.c
407
map_word datum;
drivers/mtd/lpddr/qinfo_probe.c
93
map_word pfow_val[4];
drivers/mtd/maps/dc21285.c
108
map_word d;
drivers/mtd/maps/dc21285.c
120
map_word d;
drivers/mtd/maps/dc21285.c
131
map_word d;
drivers/mtd/maps/dc21285.c
54
static map_word dc21285_read8(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/dc21285.c
56
map_word val;
drivers/mtd/maps/dc21285.c
61
static map_word dc21285_read16(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/dc21285.c
63
map_word val;
drivers/mtd/maps/dc21285.c
68
static map_word dc21285_read32(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/dc21285.c
70
map_word val;
drivers/mtd/maps/dc21285.c
80
static void dc21285_write8(struct map_info *map, const map_word d, unsigned long adr)
drivers/mtd/maps/dc21285.c
89
static void dc21285_write16(struct map_info *map, const map_word d, unsigned long adr)
drivers/mtd/maps/dc21285.c
98
static void dc21285_write32(struct map_info *map, const map_word d, unsigned long adr)
drivers/mtd/maps/lantiq-flash.c
47
static map_word
drivers/mtd/maps/lantiq-flash.c
51
map_word temp;
drivers/mtd/maps/lantiq-flash.c
62
ltq_write16(struct map_info *map, map_word d, unsigned long adr)
drivers/mtd/maps/map_funcs.c
13
static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/map_funcs.c
18
static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs)
drivers/mtd/maps/pci.c
37
static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs)
drivers/mtd/maps/pci.c
40
map_word val;
drivers/mtd/maps/pci.c
45
static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs)
drivers/mtd/maps/pci.c
48
map_word val;
drivers/mtd/maps/pci.c
59
static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs)
drivers/mtd/maps/pci.c
65
static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs)
drivers/mtd/maps/pcmciamtd.c
108
static map_word pcmcia_read8_remap(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/pcmciamtd.c
111
map_word d = {{0}};
drivers/mtd/maps/pcmciamtd.c
123
static map_word pcmcia_read16_remap(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/pcmciamtd.c
126
map_word d = {{0}};
drivers/mtd/maps/pcmciamtd.c
164
static void pcmcia_write8_remap(struct map_info *map, map_word d, unsigned long adr)
drivers/mtd/maps/pcmciamtd.c
176
static void pcmcia_write16_remap(struct map_info *map, map_word d, unsigned long adr)
drivers/mtd/maps/pcmciamtd.c
217
static map_word pcmcia_read8(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/pcmciamtd.c
220
map_word d = {{0}};
drivers/mtd/maps/pcmciamtd.c
232
static map_word pcmcia_read16(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/pcmciamtd.c
235
map_word d = {{0}};
drivers/mtd/maps/pcmciamtd.c
259
static void pcmcia_write8(struct map_info *map, map_word d, unsigned long adr)
drivers/mtd/maps/pcmciamtd.c
272
static void pcmcia_write16(struct map_info *map, map_word d, unsigned long adr)
drivers/mtd/maps/physmap-bt1-rom.c
29
static map_word __xipram bt1_rom_map_read(struct map_info *map,
drivers/mtd/maps/physmap-bt1-rom.c
34
map_word ret;
drivers/mtd/maps/physmap-core.c
142
static map_word physmap_addr_gpios_read(struct map_info *map,
drivers/mtd/maps/physmap-core.c
147
map_word mw;
drivers/mtd/maps/physmap-core.c
181
static void physmap_addr_gpios_write(struct map_info *map, map_word mw,
drivers/mtd/maps/physmap-gemini.c
81
static map_word __xipram gemini_flash_map_read(struct map_info *map,
drivers/mtd/maps/physmap-gemini.c
84
map_word ret;
drivers/mtd/maps/physmap-gemini.c
94
const map_word datum,
drivers/mtd/maps/physmap-ixp4xx.c
109
static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr)
drivers/mtd/maps/physmap-ixp4xx.c
69
static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/physmap-ixp4xx.c
71
map_word val;
drivers/mtd/maps/sbc_gxx.c
102
static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs)
drivers/mtd/maps/sbc_gxx.c
104
map_word ret;
drivers/mtd/maps/sbc_gxx.c
129
static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr)
drivers/mtd/maps/tsunami_flash.c
18
static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset)
drivers/mtd/maps/tsunami_flash.c
20
map_word val;
drivers/mtd/maps/tsunami_flash.c
25
static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset)
include/linux/mtd/cfi.h
286
map_word sector_erase_cmd;
include/linux/mtd/cfi.h
296
map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi);
include/linux/mtd/cfi.h
299
unsigned long cfi_merge_status(map_word val, struct map_info *map,
include/linux/mtd/cfi.h
305
int type, map_word *prev_val);
include/linux/mtd/cfi.h
309
map_word val = map_read(map, addr);
include/linux/mtd/cfi.h
325
map_word val = map_read(map, addr);
include/linux/mtd/map.h
209
map_word (*read)(struct map_info *, unsigned long);
include/linux/mtd/map.h
212
void (*write)(struct map_info *, const map_word, unsigned long);
include/linux/mtd/map.h
274
map_word r; \
include/linux/mtd/map.h
283
map_word r; \
include/linux/mtd/map.h
292
map_word r; \
include/linux/mtd/map.h
323
static inline map_word map_word_load(struct map_info *map, const void *ptr)
include/linux/mtd/map.h
325
map_word r;
include/linux/mtd/map.h
345
static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned char *buf, int start, int len)
include/linux/mtd/map.h
375
static inline map_word map_word_ff(struct map_info *map)
include/linux/mtd/map.h
377
map_word r;
include/linux/mtd/map.h
391
static inline map_word inline_map_read(struct map_info *map, unsigned long ofs)
include/linux/mtd/map.h
393
map_word r;
include/linux/mtd/map.h
413
static inline void inline_map_write(struct map_info *map, const map_word datum, unsigned long ofs)
include/linux/mtd/pfow.h
102
unsigned long len, map_word *datum)
include/linux/mtd/qinfo.h
79
static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map)
include/linux/mtd/qinfo.h
81
map_word val = { {0} };