Home
last modified time | relevance | path

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

/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c203 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 Dflashchip.h23 FL_ERASING, enumerator
/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c860 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 Dcfi_cmdset_0002.c907 case FL_ERASING: in get_chip()
922 chip->oldstate = FL_ERASING; in get_chip()
984 case FL_ERASING: in put_chip()
990 chip->state = FL_ERASING; in put_chip()
1067 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay()
2421 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip()
2442 chip->state = FL_ERASING; in do_erase_chip()
2454 if (chip->state != FL_ERASING) { in do_erase_chip()
2521 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock()
2542 chip->state = FL_ERASING; in do_erase_oneblock()
[all …]
H A Dcfi_cmdset_0020.c273 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()
794 chip->state = FL_ERASING; in do_erase_oneblock()
805 if (chip->state != FL_ERASING) { in do_erase_oneblock()
/linux/drivers/mtd/nand/onenand/
H A 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()
3621 ret = this->wait(mtd, FL_ERASING); in flexonenand_set_boundary()
H A Donenand_samsung.c324 case FL_ERASING: in s3c_onenand_wait()