Home
last modified time | relevance | path

Searched refs:put_chip (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c33 static void put_chip(struct map_info *map, struct flchip *chip);
258 put_chip(map, contender); in get_chip()
321 put_chip(map, chip); in chip_ready()
347 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip() function
361 put_chip(map, loaner); in put_chip()
475 out: put_chip(map, chip); in do_write_buffer()
502 out: put_chip(map, chip); in do_erase_oneblock()
526 put_chip(map, chip); in lpddr_read()
618 put_chip(map, chip); in lpddr_unpoint()
742 out: put_chip(map, chip); in do_xxlock()
/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c101 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
897 put_chip(map, chip, adr); in chip_ready()
1002 put_chip(map, contender, contender->start); in get_chip()
1036 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip() function
1052 put_chip(map, loaner, loaner->start); in put_chip()
1485 put_chip(map, chip, chip->start); in cfi_intelext_unpoint()
1522 put_chip(map, chip, cmd_addr); in do_read_onechip()
1634 put_chip(map, chip, adr); in do_write_oneword()
1880 put_chip(map, chip, cmd_adr); in do_write_buffer()
2020 put_chip(map, chip, adr); in do_erase_oneblock()
[all …]
H A Dcfi_cmdset_0002.c98 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
936 put_chip(map, chip, adr); in get_chip()
980 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip()
1003 printk(KERN_ERR "MTD: put_chip() called with oldstate %d!!\n", chip->oldstate); in put_chip()
1174 * Similarly, get_chip() and put_chip() just happen to always be executed
1228 put_chip(map, chip, cmd_addr); in do_read_onechip()
1474 put_chip(map, chip, chip->start); in do_otp_lock()
1519 put_chip(map, chip, base); in cfi_amdstd_otp_walk()
1553 put_chip(map, chip, chip->start); in cfi_amdstd_otp_walk()
1744 put_chip(ma in do_write_oneword_done()
979 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) put_chip() function
[all...]
H A Dfwh_lock.h74 put_chip(map, chip, adr); in fwh_xxlock_oneblock()