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()
98 static int wait_for_ready(struct map_info *map, struct flchip *chip, in wait_for_ready()
171 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip()
198 struct flchip *contender; in get_chip()
267 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready()
322 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip()
332 struct flchip *loaner = shared->writing; in put_chip()
377 static int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer()
463 struct flchip *chip = &lpddr->chips[chipnum]; in do_erase_oneblock()
491 struct flchip *chip = &lpddr->chips[chipnum]; in lpddr_read()
516 struct flchip *chip = &lpddr->chips[chipnum]; in lpddr_point()
574 struct flchip *chip; in lpddr_unpoint()
696 struct flchip *chip = &lpddr->chips[chipnum]; in do_xxlock()