Searched refs:FL_ERASING (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 190 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip() 254 if (mode == FL_ERASING && shared->erasing in get_chip() 255 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 268 if (mode == FL_ERASING) in get_chip() 295 case FL_ERASING: in chip_ready() 302 chip->oldstate = FL_ERASING; in chip_ready() 372 case FL_ERASING: in put_chip() 378 chip->state = FL_ERASING; in put_chip() 479 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock() 485 chip->state = FL_ERASING; in do_erase_oneblock()
|
/Linux-v4.19/include/linux/mtd/ |
D | flashchip.h | 36 FL_ERASING, enumerator
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | tmio_nand.c | 203 msecs_to_jiffies(nand_chip->state == FL_ERASING ? 400 : 20)); in tmio_nand_wait() 208 nand_chip->state == FL_ERASING ? "erase" : "program", in tmio_nand_wait() 209 nand_chip->state == FL_ERASING ? 400 : 20); in tmio_nand_wait()
|
D | r852.c | 372 timeout = jiffies + (chip->state == FL_ERASING ? in r852_wait()
|
D | omap2.c | 992 if (state == FL_ERASING) in omap_wait()
|
D | nand_base.c | 4710 nand_get_device(mtd, FL_ERASING); in nand_erase_nand()
|
/Linux-v4.19/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 842 case FL_ERASING: in chip_ready() 868 chip->oldstate = FL_ERASING; in chip_ready() 929 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip() 993 if (mode == FL_ERASING && shared->erasing in get_chip() 994 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 1007 if (mode == FL_ERASING) in get_chip() 1058 case FL_ERASING: in put_chip() 1071 chip->state = FL_ERASING; in put_chip() 1155 ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) || in xip_wait_for_operation() 1187 if (oldstate == FL_ERASING) { in xip_wait_for_operation() [all …]
|
D | cfi_cmdset_0002.c | 814 case FL_ERASING: in get_chip() 829 chip->oldstate = FL_ERASING; in get_chip() 891 case FL_ERASING: in put_chip() 897 chip->state = FL_ERASING; in put_chip() 974 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay() 2269 chip->state = FL_ERASING; in do_erase_chip() 2281 if (chip->state != FL_ERASING) { in do_erase_chip() 2344 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2365 chip->state = FL_ERASING; in do_erase_oneblock() 2377 if (chip->state != FL_ERASING) { in do_erase_oneblock()
|
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()
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 2238 ret = this->wait(mtd, FL_ERASING); in onenand_multiblock_erase() 2304 ret = this->wait(mtd, FL_ERASING); in onenand_block_by_block_erase() 2383 onenand_get_device(mtd, FL_ERASING); in onenand_erase() 3615 ret = this->wait(mtd, FL_ERASING); in flexonenand_set_boundary()
|
D | samsung.c | 327 case FL_ERASING: in s3c_onenand_wait()
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 706 if (state == FL_ERASING) in spinand_wait()
|