Lines Matching refs:flchip

97 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()
759 newcfi = kmalloc(sizeof(struct cfi_private) + numvirtchips * sizeof(struct flchip), GFP_KERNEL); in cfi_intelext_partition_fixup()
805 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in chip_ready()
922 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip()
950 struct flchip *contender; in get_chip()
1018 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip()
1030 struct flchip *loaner = shared->writing; in put_chip()
1102 static void xip_disable(struct map_info *map, struct flchip *chip, in xip_disable()
1110 static void __xipram xip_enable(struct map_info *map, struct flchip *chip, in xip_enable()
1137 struct map_info *map, struct flchip *chip, in xip_wait_for_operation()
1268 struct map_info *map, struct flchip *chip, in inval_cache_and_wait_for_operation()
1351 static int do_point_onechip (struct map_info *map, struct flchip *chip, loff_t adr, size_t len) in do_point_onechip()
1446 struct flchip *chip; in cfi_intelext_unpoint()
1478 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len… in do_read_onechip()
1547 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, in do_write_oneword()
1701 static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
1930 static int __xipram do_erase_oneblock(struct map_info *map, struct flchip *chip, in do_erase_oneblock()
2031 struct flchip *chip; in cfi_intelext_sync()
2068 struct flchip *chip, in do_getlockstatus_oneblock()
2086 struct flchip *chip, in do_printlockstatus_oneblock()
2099 static int __xipram do_xxlock_oneblock(struct map_info *map, struct flchip *chip, in do_xxlock_oneblock()
2216 typedef int (*otp_op_t)(struct map_info *map, struct flchip *chip,
2221 do_otp_read(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_read()
2254 do_otp_write(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_write()
2279 do_otp_lock(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_lock()
2301 struct flchip *chip; in cfi_intelext_otp_walk()
2509 struct flchip *chip; in cfi_intelext_suspend()
2603 struct flchip *chip; in cfi_intelext_resume()
2635 struct flchip *chip = &cfi->chips[i]; in cfi_intelext_reset()