Lines Matching refs:flchip
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);
39 struct flchip *chip; 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()
225 struct flchip *contender; 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()
358 struct flchip *loaner = shared->writing; in put_chip()
403 static int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
489 struct flchip *chip = &lpddr->chips[chipnum]; in do_erase_oneblock()
517 struct flchip *chip = &lpddr->chips[chipnum]; in lpddr_read()
542 struct flchip *chip = &lpddr->chips[chipnum]; in lpddr_point()
600 struct flchip *chip; in lpddr_unpoint()
722 struct flchip *chip = &lpddr->chips[chipnum]; in do_xxlock()