Searched refs:put_chip (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 46 static void put_chip(struct map_info *map, struct flchip *chip); 245 put_chip(map, contender); in get_chip() 308 put_chip(map, chip); in chip_ready() 334 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip() function 348 put_chip(map, loaner); in put_chip() 465 out: put_chip(map, chip); in do_write_buffer() 492 out: put_chip(map, chip); in do_erase_oneblock() 516 put_chip(map, chip); in lpddr_read() 608 put_chip(map, chip); in lpddr_unpoint() 732 out: put_chip(map, chip); in do_xxlock()
|
/Linux-v4.19/drivers/mtd/chips/ |
D | cfi_cmdset_0002.c | 83 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 842 put_chip(map, chip, adr); in get_chip() 886 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip() function 1134 put_chip(map, chip, cmd_addr); in do_read_onechip() 1380 put_chip(map, chip, chip->start); in do_otp_lock() 1425 put_chip(map, chip, base); in cfi_amdstd_otp_walk() 1459 put_chip(map, chip, chip->start); in cfi_amdstd_otp_walk() 1660 put_chip(map, chip, adr); in do_write_oneword() 1915 put_chip(map, chip, adr); in do_write_buffer() 2326 put_chip(map, chip, adr); in do_erase_chip() [all …]
|
D | fwh_lock.h | 74 put_chip(map, chip, adr); in fwh_xxlock_oneblock()
|
D | cfi_cmdset_0001.c | 99 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 879 put_chip(map, chip, adr); in chip_ready() 984 put_chip(map, contender, contender->start); in get_chip() 1018 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip() function 1034 put_chip(map, loaner, loaner->start); in put_chip() 1467 put_chip(map, chip, chip->start); in cfi_intelext_unpoint() 1504 put_chip(map, chip, cmd_addr); in do_read_onechip() 1616 put_chip(map, chip, adr); in do_write_oneword() 1862 put_chip(map, chip, cmd_adr); in do_write_buffer() 2002 put_chip(map, chip, adr); in do_erase_oneblock() [all …]
|