Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Dflashchip.h25 FL_WRITING, enumerator
/Linux-v5.4/drivers/mtd/chips/
Dcfi_cmdset_0001.c847 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()
897 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
930 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip()
1157 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation()
1311 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation()
1558 case FL_WRITING: in do_write_oneword()
1646 bus_ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1667 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1691 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1730 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer()
[all …]
Dcfi_cmdset_0002.c910 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
1859 bus_ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
1883 ofs, datum, FL_WRITING); in cfi_amdstd_write_words()
1926 ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
1953 if (chip->state != FL_WRITING) { in do_write_buffer_wait()
2026 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
2067 chip->state = FL_WRITING; in do_write_buffer()
Dcfi_cmdset_0020.c316 case FL_WRITING: in do_read_onechip()
533 chip->state = FL_WRITING; in do_write_buffer()
542 if (chip->state != FL_WRITING) { in do_write_buffer()
/Linux-v5.4/drivers/mtd/lpddr/
Dlpddr_cmds.c177 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip()
391 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer()
445 chip->state = FL_WRITING; in do_write_buffer()
/Linux-v5.4/drivers/mtd/nand/onenand/
Donenand_base.c1876 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
1917 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
2049 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock()
2097 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob()
2486 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad()
2848 ret = this->wait(mtd, FL_WRITING); in onenand_otp_write_oob_nolock()
3627 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
3635 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
Dsamsung.c321 case FL_WRITING: in s3c_onenand_wait()