Searched refs:put_chip (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 33 static void put_chip(struct map_info *map, struct flchip *chip); 259 put_chip(map, contender); in get_chip() 322 put_chip(map, chip); in chip_ready() 348 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip() function 362 put_chip(map, loaner); in put_chip() 476 out: put_chip(map, chip); in do_write_buffer() 503 out: put_chip(map, chip); in do_erase_oneblock() 527 put_chip(map, chip); in lpddr_read() 619 put_chip(map, chip); in lpddr_unpoint() 743 out: put_chip(map, chip); in do_xxlock()
|
/linux-6.6.21/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 101 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 901 put_chip(map, chip, adr); in chip_ready() 1006 put_chip(map, contender, contender->start); in get_chip() 1040 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) in put_chip() function 1056 put_chip(map, loaner, loaner->start); in put_chip() 1489 put_chip(map, chip, chip->start); in cfi_intelext_unpoint() 1526 put_chip(map, chip, cmd_addr); in do_read_onechip() 1638 put_chip(map, chip, adr); in do_write_oneword() 1884 put_chip(map, chip, cmd_adr); in do_write_buffer() 2024 put_chip(map, chip, adr); in do_erase_oneblock() [all …]
|
D | fwh_lock.h | 74 put_chip(map, chip, adr); in fwh_xxlock_oneblock()
|
D | cfi_cmdset_0002.c | 98 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() function 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(map, chip, adr); in do_write_oneword_done() 2088 put_chip(map, chip, adr); in do_write_buffer() 2505 put_chip(map, chip, adr); in do_erase_chip() [all …]
|