Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mtd/
Dflashchip.h25 FL_WRITING, enumerator
/Linux-v5.10/drivers/mtd/chips/
Dcfi_cmdset_0001.c850 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()
900 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
933 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip()
1160 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation()
1314 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation()
1561 case FL_WRITING: in do_write_oneword()
1649 bus_ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1670 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1694 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1733 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer()
[all …]
Dcfi_cmdset_0002.c914 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
1864 bus_ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
1888 ofs, datum, FL_WRITING); in cfi_amdstd_write_words()
1931 ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words()
1958 if (chip->state != FL_WRITING) { in do_write_buffer_wait()
2036 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
2077 chip->state = FL_WRITING; in do_write_buffer()
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-v5.10/drivers/mtd/lpddr/
Dlpddr_cmds.c204 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip()
417 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer()
471 chip->state = FL_WRITING; in do_write_buffer()
/Linux-v5.10/drivers/mtd/nand/onenand/
Donenand_base.c1871 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
1912 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
2044 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock()
2092 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob()
2481 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad()
2843 ret = this->wait(mtd, FL_WRITING); in onenand_otp_write_oob_nolock()
3622 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
3630 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
Donenand_samsung.c321 case FL_WRITING: in s3c_onenand_wait()