Home
last modified time | relevance | path

Searched refs:FL_WRITING (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/mtd/
Dflashchip.h39 FL_WRITING, enumerator
/Linux-v4.19/drivers/mtd/chips/
Dcfi_cmdset_0001.c846 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()
896 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
929 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip()
1156 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation()
1310 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation()
1557 case FL_WRITING: in do_write_oneword()
1645 bus_ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1666 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1690 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1729 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer()
[all …]
Dcfi_cmdset_0002.c817 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
1713 bus_ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
1737 ofs, datum, FL_WRITING); in cfi_amdstd_write_words()
1780 ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
1815 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
1856 chip->state = FL_WRITING; in do_write_buffer()
1865 if (chip->state != FL_WRITING) { in do_write_buffer()
2248 ret = get_chip(map, chip, adr, FL_WRITING); in do_erase_chip()
Dcfi_cmdset_0020.c316 case FL_WRITING: in do_read_onechip()
531 chip->state = FL_WRITING; in do_write_buffer()
540 if (chip->state != FL_WRITING) { in do_write_buffer()
/Linux-v4.19/drivers/mtd/lpddr/
Dlpddr_cmds.c190 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip()
403 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer()
457 chip->state = FL_WRITING; in do_write_buffer()
/Linux-v4.19/drivers/mtd/nand/onenand/
Donenand_base.c1879 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
1920 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
2052 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock()
2100 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob()
2489 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad()
2851 ret = this->wait(mtd, FL_WRITING); in onenand_otp_write_oob_nolock()
3624 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
3632 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
Dsamsung.c324 case FL_WRITING: in s3c_onenand_wait()
/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c535 nand_get_device(mtd, FL_WRITING); in nand_block_markbad_lowlevel()
4536 panic_nand_get_device(chip, mtd, FL_WRITING); in panic_nand_write()
4635 nand_get_device(mtd, FL_WRITING); in nand_write_oob()