Home
last modified time | relevance | path

Searched refs:FL_ERASING (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/mtd/lpddr/
Dlpddr_cmds.c204 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip()
268 if (mode == FL_ERASING && shared->erasing in get_chip()
269 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
282 if (mode == FL_ERASING) in get_chip()
309 case FL_ERASING: in chip_ready()
316 chip->oldstate = FL_ERASING; in chip_ready()
386 case FL_ERASING: in put_chip()
392 chip->state = FL_ERASING; in put_chip()
490 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock()
496 chip->state = FL_ERASING; in do_erase_oneblock()
/Linux-v6.6/include/linux/mtd/
Dflashchip.h22 FL_ERASING, enumerator
/Linux-v6.6/drivers/mtd/chips/
Dcfi_cmdset_0001.c848 case FL_ERASING: in chip_ready()
874 chip->oldstate = FL_ERASING; in chip_ready()
935 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip()
999 if (mode == FL_ERASING && shared->erasing in get_chip()
1000 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
1013 if (mode == FL_ERASING) in get_chip()
1064 case FL_ERASING: in put_chip()
1077 chip->state = FL_ERASING; in put_chip()
1161 ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) || in xip_wait_for_operation()
1193 if (oldstate == FL_ERASING) { in xip_wait_for_operation()
[all …]
Dcfi_cmdset_0002.c908 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()
2424 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip()
2445 chip->state = FL_ERASING; in do_erase_chip()
2457 if (chip->state != FL_ERASING) { in do_erase_chip()
2524 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock()
2545 chip->state = FL_ERASING; in do_erase_oneblock()
[all …]
Dcfi_cmdset_0020.c274 case FL_ERASING: in do_read_onechip()
285 chip->oldstate = FL_ERASING; in do_read_onechip()
298 chip->state = FL_ERASING; in do_read_onechip()
795 chip->state = FL_ERASING; in do_erase_oneblock()
806 if (chip->state != FL_ERASING) { in do_erase_oneblock()
/Linux-v6.6/drivers/mtd/nand/onenand/
Donenand_base.c2239 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()
3620 ret = this->wait(mtd, FL_ERASING); in flexonenand_set_boundary()
Donenand_samsung.c324 case FL_ERASING: in s3c_onenand_wait()