Searched refs:put_chip (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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() 734 out: put_chip(map, chip); in do_xxlock()
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0002.c | 83 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 838 put_chip(map, chip, adr); in get_chip() 882 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip() function 1130 put_chip(map, chip, cmd_addr); in do_read_onechip() 1378 put_chip(map, chip, chip->start); in do_otp_lock() 1423 put_chip(map, chip, base); in cfi_amdstd_otp_walk() 1457 put_chip(map, chip, chip->start); in cfi_amdstd_otp_walk() 1658 put_chip(map, chip, adr); in do_write_oneword() 1913 put_chip(map, chip, adr); in do_write_buffer() 2317 put_chip(map, chip, adr); in do_erase_chip() [all …]
|
D | fwh_lock.h | 73 put_chip(map, chip, adr); in fwh_xxlock_oneblock()
|
D | cfi_cmdset_0001.c | 98 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 849 put_chip(map, chip, adr); in chip_ready() 954 put_chip(map, contender, contender->start); in get_chip() 988 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip() function 1004 put_chip(map, loaner, loaner->start); in put_chip() 1437 put_chip(map, chip, chip->start); in cfi_intelext_unpoint() 1474 put_chip(map, chip, cmd_addr); in do_read_onechip() 1586 put_chip(map, chip, adr); in do_write_oneword() 1832 put_chip(map, chip, cmd_adr); in do_write_buffer() 1970 put_chip(map, chip, adr); in do_erase_oneblock() [all …]
|