Searched refs:get_chip (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 31 static int get_chip(struct map_info *map, struct flchip *chip, int mode); 197 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip() function 416 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer() 489 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock() 517 ret = get_chip(map, chip, FL_READY); in lpddr_read() 566 ret = get_chip(map, chip, FL_POINT); in lpddr_point() 721 ret = get_chip(map, chip, FL_LOCKING); in do_xxlock()
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0002.c | 97 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 873 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function 1214 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip() 1428 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock() 1510 ret = get_chip(map, chip, base, FL_CFI_QUERY); in cfi_amdstd_otp_walk() 1531 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk() 1722 ret = get_chip(map, chip, adr, mode); in do_write_oneword_start() 2030 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer() 2421 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip() 2521 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() [all …]
|
| H A D | fwh_lock.h | 62 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock()
|
| H A D | cfi_cmdset_0001.c | 100 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 940 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function 1382 ret = get_chip(map, chip, cmd_addr, FL_POINT); in do_point_onechip() 1508 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip() 1586 ret = get_chip(map, chip, adr, mode); in do_write_oneword() 1747 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer() 1960 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2056 ret = get_chip(map, chip, chip->start, FL_SYNCING); in cfi_intelext_sync() 2128 ret = get_chip(map, chip, adr, FL_LOCKING); in do_xxlock_oneblock() 2246 ret = get_chip(map, chip, chip->start, FL_JEDEC_QUERY); in do_otp_read() [all …]
|