Lines Matching refs:map_info
31 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);
35 struct mtd_info *lpddr_cmdset(struct map_info *map) in lpddr_cmdset()
125 static int wait_for_ready(struct map_info *map, struct flchip *chip, in wait_for_ready()
198 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip()
294 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready()
348 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip()
403 static int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
486 struct map_info *map = mtd->priv; in do_erase_oneblock()
514 struct map_info *map = mtd->priv; in lpddr_read()
538 struct map_info *map = mtd->priv; in lpddr_point()
590 struct map_info *map = mtd->priv; in lpddr_unpoint()
648 struct map_info *map = mtd->priv; in lpddr_writev()
696 struct map_info *map = mtd->priv; in lpddr_erase()
719 struct map_info *map = mtd->priv; in do_xxlock()