Lines Matching refs:flchip

99 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
100 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
101 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
381 static int cfi_is_micron_28F00AP30(struct cfi_private *cfi, struct flchip *chip) in cfi_is_micron_28F00AP30()
719 struct flchip *chip; in cfi_intelext_partition_fixup()
827 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in chip_ready()
944 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip()
972 struct flchip *contender; in get_chip()
1040 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip()
1052 struct flchip *loaner = shared->writing; in put_chip()
1124 static void xip_disable(struct map_info *map, struct flchip *chip, in xip_disable()
1132 static void __xipram xip_enable(struct map_info *map, struct flchip *chip, in xip_enable()
1159 struct map_info *map, struct flchip *chip, in xip_wait_for_operation()
1290 struct map_info *map, struct flchip *chip, in inval_cache_and_wait_for_operation()
1373 static int do_point_onechip (struct map_info *map, struct flchip *chip, loff_t adr, size_t len) in do_point_onechip()
1468 struct flchip *chip; in cfi_intelext_unpoint()
1500 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len… in do_read_onechip()
1569 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, in do_write_oneword()
1723 static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
1952 static int __xipram do_erase_oneblock(struct map_info *map, struct flchip *chip, in do_erase_oneblock()
2053 struct flchip *chip; in cfi_intelext_sync()
2090 struct flchip *chip, in do_getlockstatus_oneblock()
2108 struct flchip *chip, in do_printlockstatus_oneblock()
2121 static int __xipram do_xxlock_oneblock(struct map_info *map, struct flchip *chip, in do_xxlock_oneblock()
2238 typedef int (*otp_op_t)(struct map_info *map, struct flchip *chip,
2243 do_otp_read(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_read()
2276 do_otp_write(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_write()
2301 do_otp_lock(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_lock()
2323 struct flchip *chip; in cfi_intelext_otp_walk()
2531 struct flchip *chip; in cfi_intelext_suspend()
2626 struct flchip *chip; in cfi_intelext_resume()
2658 struct flchip *chip = &cfi->chips[i]; in cfi_intelext_reset()