Searched refs:FL_ERASING (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/mtd/lpddr/ |
| D | lpddr_cmds.c | 177 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip() 241 if (mode == FL_ERASING && shared->erasing in get_chip() 242 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 255 if (mode == FL_ERASING) in get_chip() 282 case FL_ERASING: in chip_ready() 289 chip->oldstate = FL_ERASING; in chip_ready() 360 case FL_ERASING: in put_chip() 366 chip->state = FL_ERASING; in put_chip() 467 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock() 473 chip->state = FL_ERASING; in do_erase_oneblock()
|
| /Linux-v5.4/include/linux/mtd/ |
| D | flashchip.h | 22 FL_ERASING, enumerator
|
| /Linux-v5.4/drivers/mtd/chips/ |
| D | cfi_cmdset_0001.c | 843 case FL_ERASING: in chip_ready() 869 chip->oldstate = FL_ERASING; in chip_ready() 930 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip() 994 if (mode == FL_ERASING && shared->erasing in get_chip() 995 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 1008 if (mode == FL_ERASING) in get_chip() 1059 case FL_ERASING: in put_chip() 1072 chip->state = FL_ERASING; in put_chip() 1156 ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) || in xip_wait_for_operation() 1188 if (oldstate == FL_ERASING) { in xip_wait_for_operation() [all …]
|
| D | cfi_cmdset_0002.c | 907 case FL_ERASING: in get_chip() 922 chip->oldstate = FL_ERASING; in get_chip() 985 case FL_ERASING: in put_chip() 991 chip->state = FL_ERASING; in put_chip() 1068 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay() 2420 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip() 2441 chip->state = FL_ERASING; in do_erase_chip() 2453 if (chip->state != FL_ERASING) { in do_erase_chip() 2517 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2538 chip->state = FL_ERASING; in do_erase_oneblock() [all …]
|
| D | cfi_cmdset_0020.c | 273 case FL_ERASING: in do_read_onechip() 284 chip->oldstate = FL_ERASING; in do_read_onechip() 297 chip->state = FL_ERASING; in do_read_onechip() 797 chip->state = FL_ERASING; in do_erase_oneblock() 808 if (chip->state != FL_ERASING) { in do_erase_oneblock()
|
| /Linux-v5.4/drivers/mtd/nand/onenand/ |
| D | onenand_base.c | 2235 ret = this->wait(mtd, FL_ERASING); in onenand_multiblock_erase() 2301 ret = this->wait(mtd, FL_ERASING); in onenand_block_by_block_erase() 2380 onenand_get_device(mtd, FL_ERASING); in onenand_erase() 3618 ret = this->wait(mtd, FL_ERASING); in flexonenand_set_boundary()
|
| D | samsung.c | 324 case FL_ERASING: in s3c_onenand_wait()
|