Searched refs:FL_ERASING (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 203 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip() 267 if (mode == FL_ERASING && shared->erasing in get_chip() 268 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 281 if (mode == FL_ERASING) in get_chip() 308 case FL_ERASING: in chip_ready() 315 chip->oldstate = FL_ERASING; in chip_ready() 385 case FL_ERASING: in put_chip() 391 chip->state = FL_ERASING; in put_chip() 489 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock() 495 chip->state = FL_ERASING; in do_erase_oneblock()
|
| /linux/include/linux/mtd/ |
| H A D | flashchip.h | 23 FL_ERASING, enumerator
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 860 case FL_ERASING: in chip_ready() 886 chip->oldstate = FL_ERASING; in chip_ready() 947 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip() 1011 if (mode == FL_ERASING && shared->erasing in get_chip() 1012 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 1025 if (mode == FL_ERASING) in get_chip() 1076 case FL_ERASING: in put_chip() 1089 chip->state = FL_ERASING; in put_chip() 1173 ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) || in xip_wait_for_operation() 1205 if (oldstate == FL_ERASING) { in xip_wait_for_operation() [all …]
|
| H A D | cfi_cmdset_0002.c | 908 case FL_ERASING: in get_chip() 923 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() 2422 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip() 2443 chip->state = FL_ERASING; in do_erase_chip() 2455 if (chip->state != FL_ERASING) { in do_erase_chip() 2522 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2543 chip->state = FL_ERASING; in do_erase_oneblock() [all...] |
| H A D | cfi_cmdset_0020.c | 268 * If it's in FL_ERASING state, suspend it and make it talk now. in do_read_onechip() 271 case FL_ERASING: in do_read_onechip() 282 chip->oldstate = FL_ERASING; in do_read_onechip() 295 chip->state = FL_ERASING; in do_read_onechip() 448 * if it's in FL_ERASING state. in do_write_buffer() 792 chip->state = FL_ERASING; in do_erase_oneblock() 803 if (chip->state != FL_ERASING) { in do_erase_oneblock()
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 2239 ret = this->wait(mtd, FL_ERASING); in onenand_multiblock_erase() 2305 ret = this->wait(mtd, FL_ERASING); in onenand_block_by_block_erase() 2384 onenand_get_device(mtd, FL_ERASING); in onenand_erase() 3621 ret = this->wait(mtd, FL_ERASING); in flexonenand_set_boundary()
|
| H A D | onenand_samsung.c | 324 case FL_ERASING: in s3c_onenand_wait()
|