Lines Matching defs:map

130 static int cfi_check_err_status(struct map_info *map, struct flchip *chip,  in cfi_check_err_status()
227 struct map_info *map = mtd->priv; in fixup_amd_bootblock() local
277 struct map_info *map = mtd->priv; in fixup_use_write_buffers() local
289 struct map_info *map = mtd->priv; in fixup_convert_atmel_pri() local
327 struct map_info *map = mtd->priv; in fixup_use_erase_chip() local
349 struct map_info *map = mtd->priv; in fixup_old_sst_eraseregion() local
363 struct map_info *map = mtd->priv; in fixup_sst39vf() local
374 struct map_info *map = mtd->priv; in fixup_sst39vf_rev_b() local
387 struct map_info *map = mtd->priv; in fixup_sst38vf640x_sectorsize() local
403 struct map_info *map = mtd->priv; in fixup_s29gl064n_sectors() local
415 struct map_info *map = mtd->priv; in fixup_s29gl032n_sectors() local
427 struct map_info *map = mtd->priv; in fixup_s29ns512p_sectors() local
441 struct map_info *map = mtd->priv; in fixup_quirks() local
554 static void cfi_fixup_m29ew_erase_suspend(struct map_info *map, in cfi_fixup_m29ew_erase_suspend()
597 struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) in cfi_cmdset_0002()
764 struct map_info *map = mtd->priv; in cfi_amdstd_setup() local
828 static int __xipram chip_ready(struct map_info *map, struct flchip *chip, in chip_ready()
859 static int __xipram chip_good(struct map_info *map, struct flchip *chip, in chip_good()
871 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip()
976 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip()
1017 static void xip_disable(struct map_info *map, struct flchip *chip, in xip_disable()
1025 static void __xipram xip_enable(struct map_info *map, struct flchip *chip, in xip_enable()
1052 static void __xipram xip_udelay(struct map_info *map, struct flchip *chip, in xip_udelay()
1144 #define UDELAY(map, chip, adr, usec) xip_udelay(map, chip, adr, usec) argument
1153 #define XIP_INVAL_CACHED_RANGE(map, from, size) \ argument
1156 #define INVALIDATE_CACHE_UDELAY(map, chip, adr, len, usec) \ argument
1178 #define xip_disable(map, chip, adr) argument
1179 #define xip_enable(map, chip, adr) argument
1182 #define UDELAY(map, chip, adr, usec) \ argument
1189 #define INVALIDATE_CACHE_UDELAY(map, chip, adr, len, usec) \ argument
1199 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len… in do_read_onechip()
1233 struct map_info *map = mtd->priv; in cfi_amdstd_read() local
1271 static inline void otp_enter(struct map_info *map, struct flchip *chip, in otp_enter()
1286 static inline void otp_exit(struct map_info *map, struct flchip *chip, in otp_exit()
1303 static inline int do_read_secsi_onechip(struct map_info *map, in do_read_secsi_onechip()
1341 struct map_info *map = mtd->priv; in cfi_amdstd_secsi_read() local
1382 static int do_otp_write(struct map_info *map, struct flchip *chip, loff_t adr, in do_otp_write()
1412 static int do_otp_lock(struct map_info *map, struct flchip *chip, loff_t adr, in do_otp_lock()
1480 struct map_info *map = mtd->priv; in cfi_amdstd_otp_walk() local
1640 static int __xipram do_write_oneword_once(struct map_info *map, in do_write_oneword_once()
1711 static int __xipram do_write_oneword_start(struct map_info *map, in do_write_oneword_start()
1731 static void __xipram do_write_oneword_done(struct map_info *map, in do_write_oneword_done()
1745 static int __xipram do_write_oneword_retry(struct map_info *map, in do_write_oneword_retry()
1788 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, in do_write_oneword()
1814 struct map_info *map = mtd->priv; in cfi_amdstd_write_words() local
1935 static int __xipram do_write_buffer_wait(struct map_info *map, in do_write_buffer_wait()
1990 static void __xipram do_write_buffer_reset(struct map_info *map, in do_write_buffer_reset()
2015 static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
2094 struct map_info *map = mtd->priv; in cfi_amdstd_write_buffers() local
2175 static int cfi_amdstd_panic_wait(struct map_info *map, struct flchip *chip, in cfi_amdstd_panic_wait()
2227 static int do_panic_write_oneword(struct map_info *map, struct flchip *chip, in do_panic_write_oneword()
2306 struct map_info *map = mtd->priv; in cfi_amdstd_panic_write() local
2407 static int __xipram do_erase_chip(struct map_info *map, struct flchip *chip) in do_erase_chip()
2508 static int __xipram do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr,… in do_erase_oneblock()
2616 struct map_info *map = mtd->priv; in cfi_amdstd_erase_chip() local
2628 static int do_atmel_lock(struct map_info *map, struct flchip *chip, in do_atmel_lock()
2663 static int do_atmel_unlock(struct map_info *map, struct flchip *chip, in do_atmel_unlock()
2714 static int __maybe_unused do_ppb_xxlock(struct map_info *map, in do_ppb_xxlock()
2798 struct map_info *map = mtd->priv; in cfi_ppb_unlock() local
2908 struct map_info *map = mtd->priv; in cfi_amdstd_sync() local
2970 struct map_info *map = mtd->priv; in cfi_amdstd_suspend() local
3024 struct map_info *map = mtd->priv; in cfi_amdstd_resume() local
3056 struct map_info *map = mtd->priv; in cfi_amdstd_reset() local
3094 struct map_info *map = mtd->priv; in cfi_amdstd_destroy() local