Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A 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()
493 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock()
499 chip->state = FL_ERASING; in do_erase_oneblock()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dflashchip.h22 FL_ERASING, enumerator
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dflashchip.h26 FL_ERASING, enumerator
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c846 case FL_ERASING: in chip_ready()
872 chip->oldstate = FL_ERASING; in chip_ready()
933 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip()
997 if (mode == FL_ERASING && shared->erasing in get_chip()
998 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
1011 if (mode == FL_ERASING) in get_chip()
1062 case FL_ERASING: in put_chip()
1075 chip->state = FL_ERASING; in put_chip()
1159 ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) || in xip_wait_for_operation()
1191 if (oldstate == FL_ERASING) { in xip_wait_for_operation()
[all …]
H A Dcfi_cmdset_0002.c904 case FL_ERASING: in get_chip()
919 chip->oldstate = FL_ERASING; in get_chip()
981 case FL_ERASING: in put_chip()
987 chip->state = FL_ERASING; in put_chip()
1064 ((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()
2520 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock()
2541 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()
/OK3568_Linux_fs/kernel/drivers/mtd/rknand/
H A Drknand_base.h37 FL_ERASING, enumerator
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A Dsamsung.c223 case FL_ERASING: in s3c_onenand_wait()
H A Donenand_base.c1774 onenand_get_device(mtd, FL_ERASING); in onenand_erase()
1794 ret = this->wait(mtd, FL_ERASING); in onenand_erase()
2493 ret = this->wait(mtd, FL_ERASING); in flexonenand_set_boundary()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_base.c2230 ret = this->wait(mtd, FL_ERASING); in onenand_multiblock_erase()
2296 ret = this->wait(mtd, FL_ERASING); in onenand_block_by_block_erase()
2375 onenand_get_device(mtd, FL_ERASING); in onenand_erase()
3613 ret = this->wait(mtd, FL_ERASING); in flexonenand_set_boundary()
H A Donenand_samsung.c324 case FL_ERASING: in s3c_onenand_wait()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1431 if (this->state == FL_WRITING || this->state == FL_ERASING) { in pxa3xx_nand_waitfunc()
H A Dsunxi_nand.c386 unsigned long timeo = (sunxi_nand->nand.state == FL_ERASING ? 400 : 20); in sunxi_nfc_dev_ready()
H A Dnand_base.c3523 nand_get_device(mtd, FL_ERASING); in nand_erase_nand()