Searched refs:get_chip (Results 1 – 4 of 4) sorted by relevance
| /drivers/mtd/lpddr/ |
| A D | lpddr_cmds.c | 31 static int get_chip(struct map_info *map, struct flchip *chip, int mode); 198 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip() function 417 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer() 490 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock() 518 ret = get_chip(map, chip, FL_READY); in lpddr_read() 567 ret = get_chip(map, chip, FL_POINT); in lpddr_point() 722 ret = get_chip(map, chip, FL_LOCKING); in do_xxlock()
|
| /drivers/mtd/chips/ |
| A D | cfi_cmdset_0002.c | 1215 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip() 1429 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock() 1511 ret = get_chip(map, chip, base, FL_CFI_QUERY); in cfi_amdstd_otp_walk() 1532 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk() 1723 ret = get_chip(map, chip, adr, mode); in do_write_oneword_start() 2031 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer() 2422 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip() 2522 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2637 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_atmel_lock() 2726 ret = get_chip(map, chip, adr, FL_LOCKING); in do_ppb_xxlock() [all …]
|
| A D | fwh_lock.h | 62 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock()
|
| A D | cfi_cmdset_0001.c | 100 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 944 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function 1386 ret = get_chip(map, chip, cmd_addr, FL_POINT); in do_point_onechip() 1512 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip() 1590 ret = get_chip(map, chip, adr, mode); in do_write_oneword() 1751 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer() 1964 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2060 ret = get_chip(map, chip, chip->start, FL_SYNCING); in cfi_intelext_sync() 2132 ret = get_chip(map, chip, adr, FL_LOCKING); in do_xxlock_oneblock() 2250 ret = get_chip(map, chip, chip->start, FL_JEDEC_QUERY); in do_otp_read() [all …]
|
Completed in 20 milliseconds