Home
last modified time | relevance | path

Searched refs:flchip (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/linux/mtd/
Dflashchip.h57 struct flchip { struct
94 struct flchip *writing; argument
95 struct flchip *erasing;
Dqinfo.h27 struct flchip chips[0];
Dcfi.h289 struct flchip chips[0]; /* per-chip data structure for each chip */
379 typedef int (*varsize_frob_t)(struct map_info *map, struct flchip *chip,
/Linux-v5.4/drivers/mtd/lpddr/
Dlpddr_cmds.c31 static int get_chip(struct map_info *map, struct flchip *chip, int mode);
32 static int chip_ready(struct map_info *map, struct flchip *chip, int mode);
33 static void put_chip(struct map_info *map, struct flchip *chip);
39 struct flchip *chip; in lpddr_cmdset()
98 static int wait_for_ready(struct map_info *map, struct flchip *chip, in wait_for_ready()
171 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip()
198 struct flchip *contender; in get_chip()
267 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready()
322 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip()
332 struct flchip *loaner = shared->writing; in put_chip()
[all …]
/Linux-v5.4/drivers/mtd/chips/
Dcfi_cmdset_0002.c94 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
95 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
126 static void cfi_check_err_status(struct map_info *map, struct flchip *chip, in cfi_check_err_status()
803 static int __xipram chip_ready(struct map_info *map, struct flchip *chip, in chip_ready()
843 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()
[all …]
Dcfi_cmdset_0001.c97 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
98 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
99 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
379 static int cfi_is_micron_28F00AP30(struct cfi_private *cfi, struct flchip *chip) in cfi_is_micron_28F00AP30()
699 struct flchip *chip; in cfi_intelext_partition_fixup()
806 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in chip_ready()
923 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip()
951 struct flchip *contender; in get_chip()
1019 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip()
1031 struct flchip *loaner = shared->writing; in put_chip()
[all …]
Dgen_probe.c147 memset(&retcfi->chips[0], 0, sizeof(struct flchip) * cfi.numchips); in genprobe_ident_chips()
151 struct flchip *pchip = &retcfi->chips[j++]; in genprobe_ident_chips()
Dcfi_cmdset_0020.c248 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len… in do_read_onechip()
421 static int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
734 static inline int do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) in do_erase_oneblock()
980 struct flchip *chip; in cfi_staa_sync()
1034 static inline int do_lock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) in do_lock_oneblock()
1181 static inline int do_unlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) in do_unlock_oneblock()
1321 struct flchip *chip; in cfi_staa_suspend()
1377 struct flchip *chip; in cfi_staa_resume()
Dfwh_lock.h29 static int fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, in fwh_xxlock_oneblock()