Searched refs:FL_ERASING (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 204 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 D | flashchip.h | 22 FL_ERASING, enumerator
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | flashchip.h | 26 FL_ERASING, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 846 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 D | cfi_cmdset_0002.c | 904 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 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() 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 D | rknand_base.h | 37 FL_ERASING, enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A D | samsung.c | 223 case FL_ERASING: in s3c_onenand_wait()
|
| H A D | onenand_base.c | 1774 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 D | onenand_base.c | 2230 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 D | onenand_samsung.c | 324 case FL_ERASING: in s3c_onenand_wait()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 1431 if (this->state == FL_WRITING || this->state == FL_ERASING) { in pxa3xx_nand_waitfunc()
|
| H A D | sunxi_nand.c | 386 unsigned long timeo = (sunxi_nand->nand.state == FL_ERASING ? 400 : 20); in sunxi_nfc_dev_ready()
|
| H A D | nand_base.c | 3523 nand_get_device(mtd, FL_ERASING); in nand_erase_nand()
|