Lines Matching refs:flchip
44 static int get_chip(struct map_info *map, struct flchip *chip, int mode);
45 static int chip_ready(struct map_info *map, struct flchip *chip, int mode);
46 static void put_chip(struct map_info *map, struct flchip *chip);
52 struct flchip *chip; in lpddr_cmdset()
111 static int wait_for_ready(struct map_info *map, struct flchip *chip, in wait_for_ready()
184 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip()
211 struct flchip *contender; in get_chip()
280 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready()
334 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip()
344 struct flchip *loaner = shared->writing; in put_chip()
389 static int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
475 struct flchip *chip = &lpddr->chips[chipnum]; in do_erase_oneblock()
503 struct flchip *chip = &lpddr->chips[chipnum]; in lpddr_read()
528 struct flchip *chip = &lpddr->chips[chipnum]; in lpddr_point()
586 struct flchip *chip; in lpddr_unpoint()
710 struct flchip *chip = &lpddr->chips[chipnum]; in do_xxlock()