Searched refs:FL_ERASING (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/mtd/lpddr/ |
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()
|
/linux-6.3-rc2/include/linux/mtd/ |
A D | flashchip.h | 22 FL_ERASING, enumerator
|
/linux-6.3-rc2/drivers/mtd/chips/ |
A D | cfi_cmdset_0001.c | 847 case FL_ERASING: in chip_ready() 873 chip->oldstate = FL_ERASING; in chip_ready() 998 if (mode == FL_ERASING && shared->erasing in get_chip() 999 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 1012 if (mode == FL_ERASING) in get_chip() 1063 case FL_ERASING: in put_chip() 1076 chip->state = FL_ERASING; in put_chip() 1192 if (oldstate == FL_ERASING) { in xip_wait_for_operation() 1310 if (chip->erase_suspended && chip_state == FL_ERASING) { in inval_cache_and_wait_for_operation() 1947 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() [all …]
|
A D | cfi_cmdset_0002.c | 910 case FL_ERASING: in get_chip() 925 chip->oldstate = FL_ERASING; in get_chip() 987 case FL_ERASING: in put_chip() 993 chip->state = FL_ERASING; in put_chip() 1070 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay() 2426 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip() 2447 chip->state = FL_ERASING; in do_erase_chip() 2459 if (chip->state != FL_ERASING) { in do_erase_chip() 2526 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2547 chip->state = FL_ERASING; in do_erase_oneblock() [all …]
|
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()
|
/linux-6.3-rc2/drivers/mtd/nand/onenand/ |
A D | onenand_base.c | 2239 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()
|
A D | onenand_samsung.c | 324 case FL_ERASING: in s3c_onenand_wait()
|
Completed in 26 milliseconds