Lines Matching defs:map

129 static int cfi_check_err_status(struct map_info *map, struct flchip *chip,  in cfi_check_err_status()
226 struct map_info *map = mtd->priv; in fixup_amd_bootblock() local
276 struct map_info *map = mtd->priv; in fixup_use_write_buffers() local
292 struct map_info *map = mtd->priv; in fixup_convert_atmel_pri() local
330 struct map_info *map = mtd->priv; in fixup_use_erase_chip() local
352 struct map_info *map = mtd->priv; in fixup_old_sst_eraseregion() local
366 struct map_info *map = mtd->priv; in fixup_sst39vf() local
377 struct map_info *map = mtd->priv; in fixup_sst39vf_rev_b() local
390 struct map_info *map = mtd->priv; in fixup_sst38vf640x_sectorsize() local
406 struct map_info *map = mtd->priv; in fixup_s29gl064n_sectors() local
418 struct map_info *map = mtd->priv; in fixup_s29gl032n_sectors() local
430 struct map_info *map = mtd->priv; in fixup_s29ns512p_sectors() local
444 struct map_info *map = mtd->priv; in fixup_quirks() local
557 static void cfi_fixup_m29ew_erase_suspend(struct map_info *map, in cfi_fixup_m29ew_erase_suspend()
600 struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) in cfi_cmdset_0002()
767 struct map_info *map = mtd->priv; in cfi_amdstd_setup() local
831 static int __xipram chip_ready(struct map_info *map, struct flchip *chip, in chip_ready()
862 static int __xipram chip_good(struct map_info *map, struct flchip *chip, in chip_good()
874 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip()
980 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip()
1021 static void xip_disable(struct map_info *map, struct flchip *chip, in xip_disable()
1029 static void __xipram xip_enable(struct map_info *map, struct flchip *chip, in xip_enable()
1056 static void __xipram xip_udelay(struct map_info *map, struct flchip *chip, in xip_udelay()
1148 #define UDELAY(map, chip, adr, usec) xip_udelay(map, chip, adr, usec) argument
1157 #define XIP_INVAL_CACHED_RANGE(map, from, size) \ argument
1160 #define INVALIDATE_CACHE_UDELAY(map, chip, adr, len, usec) \ argument
1182 #define xip_disable(map, chip, adr) argument
1183 #define xip_enable(map, chip, adr) argument
1186 #define UDELAY(map, chip, adr, usec) \ argument
1193 #define INVALIDATE_CACHE_UDELAY(map, chip, adr, len, usec) \ argument
1203 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len… in do_read_onechip()
1237 struct map_info *map = mtd->priv; in cfi_amdstd_read() local
1275 static inline void otp_enter(struct map_info *map, struct flchip *chip, in otp_enter()
1290 static inline void otp_exit(struct map_info *map, struct flchip *chip, in otp_exit()
1307 static inline int do_read_secsi_onechip(struct map_info *map, in do_read_secsi_onechip()
1345 struct map_info *map = mtd->priv; in cfi_amdstd_secsi_read() local
1386 static int do_otp_write(struct map_info *map, struct flchip *chip, loff_t adr, in do_otp_write()
1416 static int do_otp_lock(struct map_info *map, struct flchip *chip, loff_t adr, in do_otp_lock()
1484 struct map_info *map = mtd->priv; in cfi_amdstd_otp_walk() local
1644 static int __xipram do_write_oneword_once(struct map_info *map, in do_write_oneword_once()
1715 static int __xipram do_write_oneword_start(struct map_info *map, in do_write_oneword_start()
1735 static void __xipram do_write_oneword_done(struct map_info *map, in do_write_oneword_done()
1749 static int __xipram do_write_oneword_retry(struct map_info *map, in do_write_oneword_retry()
1792 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, in do_write_oneword()
1818 struct map_info *map = mtd->priv; in cfi_amdstd_write_words() local
1939 static int __xipram do_write_buffer_wait(struct map_info *map, in do_write_buffer_wait()
1994 static void __xipram do_write_buffer_reset(struct map_info *map, in do_write_buffer_reset()
2019 static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
2098 struct map_info *map = mtd->priv; in cfi_amdstd_write_buffers() local
2179 static int cfi_amdstd_panic_wait(struct map_info *map, struct flchip *chip, in cfi_amdstd_panic_wait()
2231 static int do_panic_write_oneword(struct map_info *map, struct flchip *chip, in do_panic_write_oneword()
2310 struct map_info *map = mtd->priv; in cfi_amdstd_panic_write() local
2411 static int __xipram do_erase_chip(struct map_info *map, struct flchip *chip) in do_erase_chip()
2512 static int __xipram do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr,… in do_erase_oneblock()
2620 struct map_info *map = mtd->priv; in cfi_amdstd_erase_chip() local
2632 static int do_atmel_lock(struct map_info *map, struct flchip *chip, in do_atmel_lock()
2667 static int do_atmel_unlock(struct map_info *map, struct flchip *chip, in do_atmel_unlock()
2718 static int __maybe_unused do_ppb_xxlock(struct map_info *map, in do_ppb_xxlock()
2802 struct map_info *map = mtd->priv; in cfi_ppb_unlock() local
2912 struct map_info *map = mtd->priv; in cfi_amdstd_sync() local
2974 struct map_info *map = mtd->priv; in cfi_amdstd_suspend() local
3029 struct map_info *map = mtd->priv; in cfi_amdstd_resume() local
3061 struct map_info *map = mtd->priv; in cfi_amdstd_reset() local
3099 struct map_info *map = mtd->priv; in cfi_amdstd_destroy() local